chromium/third_party/blink/web_tests/editing/execCommand/crash-on-enter-in-contentEditable-list-expected.txt

| <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');
"
|     "
"