blob: 844b0969bb0ee95a6ee2a663f3c669de5e999393 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
DOM_deleteAllChildren(document.body);
Selection_set(document.body,0,document.body,0);
Lists_setUnorderedList();
showSelection();
}
</script>
</head>
<body>
</body>
</html>