blob: e4c6be25e40c6cfaab84192ef2ecf00cff79286a [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
document.designMode = 'on';
window.getSelection().removeAllRanges();
document.queryCommandValue('backColor', false, null);
document.queryCommandValue('fontSize', false, null);
document.queryCommandValue('fontName', false, null);
document.queryCommandValue('foreColor', false, null);
document.writeln('PASS - WebKit did not crash when querying command value without selection.');
</script>
</body>
</html>