blob: fc6945cac14a455a9eb7973e726b7b80e685ba31 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
figure {
margin-left: auto;
margin-right: auto;
text-align: center;
}
</style>
<script>
function performTest()
{
outputOptions.keepSelectionHighlights = true;
}
</script>
</head>
<body>
<p>Text [before</p>
<figure>
<img src="../figures/nothing.png">
<figcaption>Test figure</figcaption>
</figure>
<p>Text] after</p>
</body>
</html>