blob: 83ba2291e7702ab9c103240fa89552ec212d3a9a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<link href="../generic.css" rel="stylesheet"/>
<script>
function performTest()
{
Outline_init();
PostponedActions_perform();
outputOptions.keepSelectionHighlights = true;
var p = document.getElementsByTagName("P")[0];
var text = p.firstChild;
Selection_set(text,0,text,1);
}
</script>
</head>
<body>
<p>Text [before</p>
<nav class="tableofcontents">
</nav>
<p>Text] after</p>
<h1>First section</h1>
<h1>Second section</h1>
<h1>Third section</h1>
</body>
</html>