blob: 8f27d80d9f37549fa907a28024b1e65474e31a3f [file] [log] [blame]
<!DOCTYPE html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
description('This test checks that the Overwrite mode is: 1) not exposed to JavaScript 2) queryCommandState returns false.');
shouldBeFalse("document.queryCommandSupported('OverWrite')");
shouldBeFalse("document.queryCommandState('OverWrite')");
var successfullyParsed = true;
</script>
</body>
</html>