Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: LayoutTests/editing/execCommand/overtype-support-expected.txt

Issue 1097693003: queryCommandSupported() should return 'true' for cut/copy/paste editing commands (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/editing/execCommand/overtype-support-expected.txt
diff --git a/LayoutTests/editing/execCommand/overtype-support-expected.txt b/LayoutTests/editing/execCommand/overtype-support-expected.txt
index f4f5d9619973e6dd35e1172e1180294e381398e1..545f468549a8faa795ceae5f9f06774bfc6b1f0c 100644
--- a/LayoutTests/editing/execCommand/overtype-support-expected.txt
+++ b/LayoutTests/editing/execCommand/overtype-support-expected.txt
@@ -3,7 +3,7 @@ This test checks that the Overwrite mode is: 1) not exposed to JavaScript 2) que
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.queryCommandSupported('OverWrite') is false
+PASS document.queryCommandSupported('OverWrite') is true
PASS document.queryCommandState('OverWrite') is false
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698