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