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

Unified Diff: LayoutTests/fast/dom/Document/missing-arguments.html

Issue 751553005: Sync execCommand() and queryCommand*() IDL with spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years 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/fast/dom/Document/missing-arguments.html
diff --git a/LayoutTests/fast/dom/Document/missing-arguments.html b/LayoutTests/fast/dom/Document/missing-arguments.html
index 058f77d537516cc0ed950738f24c62689fe0b349..d5833d914b554997f1796f86c6fd997a5faef559 100644
--- a/LayoutTests/fast/dom/Document/missing-arguments.html
+++ b/LayoutTests/fast/dom/Document/missing-arguments.html
@@ -19,13 +19,19 @@
"createProcessingInstruction('xml')",
"createProcessingInstruction()",
"createTextNode()",
+ "execCommand()",
"getElementById()",
"getElementsByClassName()",
"getElementsByName()",
"getElementsByTagName()",
"getElementsByTagNameNS('http://www.w3.org/2000/svg')",
"getElementsByTagNameNS()",
- "importNode()"
+ "importNode()",
+ "queryCommandEnabled()",
+ "queryCommandIndeterm()",
+ "queryCommandState()",
+ "queryCommandSupported()",
+ "queryCommandValue()",
].forEach(function(expr)
{
shouldThrow("document." + expr);
« no previous file with comments | « LayoutTests/editing/execCommand/insertImage-src.html ('k') | LayoutTests/fast/dom/Document/missing-arguments-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698