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