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