blob: ee7bee03b2986a054f4744530219a700d1779386 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Outline_init();
PostponedActions_perform();
Outline_setNumbered("item1",false);
PostponedActions_perform();
showSelection();
}
</script>
</head>
<body>
<figure id="item1">
<img src="../figures/nothing.png" width="25%">
<figcaption>Test figure[]</figcaption>
</figure>
</body>
</html>