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