upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / crash-on-enter-in-contentEditable-list-expected.txt
1 | <html>
2 |   <head>
3 |     <script>
4 |       src="../../resources/dump-as-markup.js"
5 |     "
6 "
7 |   <body>
8 |     <div>
9 |       "This test passes if it doesn't crash."
10 |     "
11 "
12 |     <ul>
13 |       contenteditable=""
14 |       "
15     "
16 |       <li>
17 |         id="foo"
18 |       <li>
19 |         id="foo"
20 |         <#selection-caret>
21 |         <br>
22 |       "
23 "
24 |     "
25 "
26 |     <script>
27 |       "
28 window.getSelection().selectAllChildren(foo);
29 document.execCommand('insertParagraph');
30 "
31 |     "
32 "