4 <script src=
"../../resources/dump-as-markup.js"></script>
5 <div id=
"div" contenteditable=
"true"><ul><li>foo
</li><li>bar
</li></ul></div>
8 var div
= document
.getElementById("div");
11 document
.execCommand("SelectAll");
12 document
.execCommand("RemoveFormat");
14 Markup
.description('This tests to make sure that RemoveFormat destroys lists if they are fully selected.'
15 + ' However, because the bug 43017 requires WebKit does not destroy lists, "foo" and "bar" should be in a separate list item.');