| <!DOCTYPE html> | |
| <html> | |
| <body id="webtest3"> | |
| Pass. <summary/>WebKit didn't Crash.<br> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| function editingTest() { | |
| document.execCommand("SelectAll"); | |
| document.designMode = "on"; | |
| document.execCommand("JustifyRight", false, null); | |
| document.execCommand("Indent", false, null); | |
| } | |
| editingTest(); | |
| </script> | |
| </body> | |
| </html> |