blob: 907c6a3e91638174f5ecff67d3c8291de7984dd5 [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>One</li>
<li>Before[Two]After</li>
<li>Three</li>
</ul>
</body>
</html>