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