15 | src="../../resources/dump-as-markup.js"
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";