blob: cfcfb6a1facd3475224e94fe04e7aaf73a5dd1e1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<link href="../generic.css" rel="stylesheet"/>
<script>
function performTest()
{
Outline_init();
PostponedActions_perform();
Figures_insertFigure("nothing.png",null,false,null);
PostponedActions_perform();
}
</script>
</head>
<body>
<figure>
<img src="nothing.png"/>
<figcaption>First figure[]</figcaption>
</figure>
</body>
</html>