blob: 9893272e4b71a5a32805c52e3174f144acb43fde [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Clipboard_pasteHTML(
"START"+
"<ul>"+
" <li>AAA</li>"+
" <li>BBB</li>"+
" <li>CCC</li>"+
"</ul>"+
"MIDDLE"+
"<ul>"+
" <li>DDD</li>"+
" <li>EEE</li>"+
" <li>FFF</li>"+
"</ul>"+
"END"
);
showSelection();
}
</script>
</head>
<body>
<ul>
<li><p>One</p></li>
<li><p>[Two]</p></li>
<li><p>Three</p></li>
</ul>
</body>
</html>