blob: 4d98c96881f10728c0490c4351b1e4e81cff5596 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Clipboard_pasteHTML("<h1>test</h1>");
showSelection();
}
</script>
</head>
<body>
<p id="p1" z="1">Before[]After</p>
</body>
</html>