blob: e5ff50990f51416077850f98df3f671e47c69c7f [file] [log] [blame]
<!DOCTYPE html>
<head>
<script src="../../resources/js-test-pre.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>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>