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