blob: 7d238517191f473df0f6ede44551f3c5f31fc6d2 [file] [log] [blame]
| <html>
| <head>
| <body>
| <div>
| contenteditable=""
| <ul>
| <ul>
| <li>
| id="foo"
| <#selection-caret>
| "PASSED"
| "
"
| <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";
"
| "
"