blob: 127e2d9203ca8c051b104d76f53c3eb3c48fa2e7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="FiguresTest.js"></script>
<script>
function performTest()
{
Outline_init();
PostponedActions_perform();
return figurePropertiesString(0);
}
</script>
</head>
<body>
<figure>
<span><img src="nothing.png" style="width: 60%"></span>
</figure>
</body>
</html>