blob: cfc8f7d56c8fb6621585ea58841492bdb9caa2e7 [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>