blob: fc235a69c8266cd97976026aea8744acf7a8e3da [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>
</ul>
</body>
</html>