blob: af7178af657765167cbd7c0d4057d35ec0be3f03 [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 colspan="2">Six</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>