blob: b3b6537d8f6d2913fa31511040c2541b1b60498c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Clipboard_pasteHTML("<th>First</th>"+
"<th>Second</th>"+
"<th>Third</th>");
showSelection();
}
</script>
</head>
<body>
[]
</body>
</html>