blob: a54e16ca215625757c42a26332e7757973b551f0 [file] [log] [blame]
| <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";
"
| "
"