blob: 5b42703964153077f518bee86b0fc72bc5e1b1b4 [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,true,"Second Figure");
PostponedActions_perform();
}
</script>
</head>
<body>
<figure>
<img src="nothing.png"/>
<figcaption>[]First figure</figcaption>
</figure>
</body>
</html>