blob: f4f5d9619973e6dd35e1172e1180294e381398e1 [file] [log] [blame]
This test checks that the Overwrite mode is: 1) not exposed to JavaScript 2) queryCommandState returns false.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.queryCommandSupported('OverWrite') is false
PASS document.queryCommandState('OverWrite') is false
PASS successfullyParsed is true
TEST COMPLETE