blob: 01142b91d713500910c3e5b6fefa7e134efec0ed [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Selection_selectParagraph();
outputOptions.keepSelectionHighlights = true;
}
</script>
</head>
<body>
<p>First paragraph</p>
<p>Second []paragraph</p>
<p>Third paragraph</p>
</body>
</html>