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