blob: f103c74c2d4e71e2fe4fd727f61d5d51fa32a8e9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Selection_selectParagraph();
showSelection();
}
</script>
</head>
<body>
<p>First paragraph</p>
<p>Second [paragraph</p>
<p>Third ]paragraph</p>
</body>
</html>