blob: 29a6e93b2bb59d063d2f9b25af09c0d34652d48f [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>One</li>
<li>[Two</li>
<li>Three]</li>
<li>Four</li>
</ul>
</body>
</html>