blob: 5b1f38477d36d00205f1cd79b9c3e308cb0f7e52 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Clipboard_pasteHTML("<b><i><u>Sample</u></i></b> text");
showSelection();
}
</script>
</head>
<body>
<p>A[Existing text]B</p>
</body>
</html>