| <body contenteditable="true"> | |
| <select></select> | |
| <form> | |
| <i contenteditable="false"></i> | |
| <dfn></dfn></form><hr> | |
| <script type="text/javascript"> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| document.execCommand("selectall"); | |
| document.execCommand("indent"); | |
| document.body.innerHTML = "Test passes if it does not crash."; | |
| </script> | |
| </body> |