blob: 4a9bf15dbc64d4f1a0d0dabc095f179ab01c7433 [file] [log] [blame]
| <html>
| <head>
| <script>
| src="../../resources/dump-as-markup.js"
| "
"
| <body>
| <div>
| "This test passes if it doesn't crash."
| "
"
| <ul>
| contenteditable=""
| "
"
| <li>
| id="foo"
| <li>
| id="foo"
| <#selection-caret>
| <br>
| "
"
| "
"
| <script>
| "
window.getSelection().selectAllChildren(foo);
document.execCommand('insertParagraph');
"
| "
"