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

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

Issue 737133002: Make arguments to some Document and Element methods non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase+adapt Created 6 years, 1 month 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 b301feedcc953071e98f940e521e5704380e20c9..44696d2b97aa5ea6d8f418b5f045ff0428c9662c 100644
--- a/LayoutTests/fast/dom/Document/missing-arguments.html
+++ b/LayoutTests/fast/dom/Document/missing-arguments.html
@@ -7,6 +7,10 @@
<script>
[
"adoptNode()",
+ "createAttribute()",
+ "createAttributeNS('http://www.w3.org/2000/svg')",
+ "createAttributeNS()",
+ "createCDATASection()",
"createComment()",
"createElement()",
"createElementNS('http://www.w3.org/2000/svg')",

Powered by Google App Engine
This is Rietveld 408576698