blob: bc992858879f45553712ac27033471797e52fa9d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Outline_init();
PostponedActions_perform();
var result = Clipboard_copy()["text/html"];
showSelection();
return result;
}
</script>
</head>
<body>
<table border="1">
<tr>
<td>One</td>
<td>Two</td>
<td>Three</td>
<td>[Four</td>
</tr>
<tr>
<td>Five</td>
<td>Six</td>
<td>Seven</td>
<td>Eight</td>
</tr>
<tr>
<td>Nine</td>
<td>Ten</td>
<td>Eleven</td>
<td>Twelve</td>
</tr>
<tr>
<td>Thirteen</td>
<td>Fourteen</td>
<td>Fifteen</td>
<td>Sixteen]</td>
</tr>
</table>
</body>
</html>