blob: 79a3f4db452f6cbb6869648153605425cdcaa37d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
var clip = Clipboard_cut();
showSelection();
var html = PrettyPrinter.getHTML(document.documentElement);
return html+"\n"+showClipboard(clip);
}
</script>
</head>
<body>
<ul>
<li><p>One</p></li>
<li><p>[Two</p></li>
<li><p>Three]</p></li>
<li><p>Four</p></li>
</ul>
</body>
</html>