7 testRunner
.dumpAsText();
9 document
.designMode
= 'on';
10 window
.getSelection().removeAllRanges();
11 document
.queryCommandValue('backColor', false, null);
12 document
.queryCommandValue('fontSize', false, null);
13 document
.queryCommandValue('fontName', false, null);
14 document
.queryCommandValue('foreColor', false, null);
16 document
.writeln('PASS - WebKit did not crash when querying command value without selection.');