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