blob: decf8d057e4fa5694fa4c834c5f8c99956726398 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Clipboard_pasteHTML("<ul>"+
" <li>First</li>"+
" <li>Second</li>"+
" <li>Third</li>"+
"</ul>");
showSelection();
}
</script>
</head>
<body>
<ul>
<li>One</li>
[<li>Two</li>]
<li>Three</li>
</ul>
</body>
</html>