blob: 85730dbf8107e3ed02e1f6e18bd26f602649624d [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>
<table>
<tr>
<td><p>[One]</p></td>
<td><p>Two</p></td>
</tr>
<tr>
<td><p>Three</p></td>
<td><p>Four</p></td>
</tr>
</body>
</html>