blob: 4ddb2ff785d6a30b8f3f0b76ed92e707166761e0 [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_insertCharacter("X");
showSelection();
}
</script>
</head>
<body>
<figure>
<img src="../figures/nothing.png">
<figcaption>Figure 1: Test</figcaption>
</figure>
</body>
</html>