Index: LayoutTests/editing/execCommand/overtype-support.html |
diff --git a/LayoutTests/editing/execCommand/overtype-support.html b/LayoutTests/editing/execCommand/overtype-support.html |
index 8f27d80d9f37549fa907a28024b1e65474e31a3f..05eba988895cb171a8b23dbd31d1cc0b811021ee 100644 |
--- a/LayoutTests/editing/execCommand/overtype-support.html |
+++ b/LayoutTests/editing/execCommand/overtype-support.html |
@@ -6,7 +6,7 @@ |
<script> |
description('This test checks that the Overwrite mode is: 1) not exposed to JavaScript 2) queryCommandState returns false.'); |
-shouldBeFalse("document.queryCommandSupported('OverWrite')"); |
+shouldBeTrue("document.queryCommandSupported('OverWrite')"); |
shouldBeFalse("document.queryCommandState('OverWrite')"); |
var successfullyParsed = true; |