blob: 2f2a4dffd8c77bdbc6f2d5169325b06d41bdf472 [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,4,last,4);
Cursor_deleteCharacter();
showSelection();
}
</script>
</head>
<body>
<figure>
<img src="../figures/nothing.png">
<figcaption>Test</figcaption>
</figure>
</body>
</html>