upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / crash-indenting-list-item-expected.txt
1 | <html>
2 |   <head>
3 |   <body>
4 |     <div>
5 |       contenteditable=""
6 |       <ul>
7 |         <ul>
8 |           <li>
9 |             id="foo"
10 |             "PASSED"
11 |         <#selection-caret>
12 |     "
13 "
14 |     <script>
15 |       src="../../resources/dump-as-markup.js"
16 |     "
17 "
18 |     <script>
19 |       "
20 window.getSelection().setBaseAndExtent(foo, 0, foo, 0);
21 // This test passes if it does not crash.
22 document.execCommand('indent', false, null);
23 document.getElementById("foo").innerText = "PASSED";
24 "
25 |     "
26 "