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