6 testRunner
.dumpAsText();
9 document
.designMode
="on";
11 window
.getSelection().addRange(document
.createRange());
12 document
.execCommand("JustifyRight", false, null);
13 document
.writeln('This test ensures WebKit does not crash when executing JustifyRight in an empty document.<br><br>PASS');
17 <body onload=
"runTest()"></body>