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

Unified Diff: LayoutTests/editing/execCommand/cut-copy-paste-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/cut-copy-paste-support-expected.txt
diff --git a/LayoutTests/editing/execCommand/cut-copy-paste-support-expected.txt b/LayoutTests/editing/execCommand/cut-copy-paste-support-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c29966d348099a0754d24c7996b55a3f815fc4e4
--- /dev/null
+++ b/LayoutTests/editing/execCommand/cut-copy-paste-support-expected.txt
@@ -0,0 +1,15 @@
+This test checks the support for cut/copy/paste commands.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.queryCommandSupported('Cut') is true
+PASS document.queryCommandSupported('Copy') is true
+PASS document.queryCommandSupported('Paste') is true
+PASS document.queryCommandEnabled('Cut') is false
+PASS document.queryCommandEnabled('Copy') is false
+PASS document.queryCommandEnabled('Paste') is false
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698