blob: c8794f9ff7b5ad252493853483575c25ef2db31c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<link href="../generic.css" rel="stylesheet"/>
<script>
function performTest()
{
Outline_init();
if (Outline_detectSectionNumbering())
setupOutlineNumbering();
PostponedActions_perform();
var caption = document.getElementsByTagName("FIGCAPTION")[0];
var last = caption.lastChild;
Selection_set(last,4,last,4);
Cursor_enterPressed();
showSelection();
}
</script>
</head>
<body>
<figure>
<img src="../figures/nothing.png">
<figcaption>Figure 1: Test</figcaption>
</figure>
</body>
</html>