blob: 8b1c1e2b88ff91bd0a487e317a3274c7a57cb41a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Clipboard_pasteHTML("<li>One</li><li>Two</li><li>Three</li>");
showSelection();
}
</script>
</head>
<body>
<p id="p1" z="1">Before[]After</p>
</body>
</html>