blob: 6b588b36c544c574ce24bd8cec780e665b2b78b9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Clipboard_pasteHTML("<thead>"+
" <tr>"+
" <td>One</td>"+
" <td>Two</td>"+
" </tr>"+
" <tr>"+
" <td>Three</td>"+
" <td>Four</td>"+
" </tr>"+
"</thead>");
showSelection();
}
</script>
</head>
<body>
[]
</body>
</html>