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

Unified Diff: LayoutTests/imported/web-platform-tests/html/infrastructure/common-dom-interfaces/collections/htmlformcontrolscollection-expected.txt

Issue 1157773008: W3C Test: Import web-platform-tests/html/{iana,infrastructure} (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: W3CImportExpectations glitch Created 5 years, 7 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/imported/web-platform-tests/html/infrastructure/common-dom-interfaces/collections/htmlformcontrolscollection-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/infrastructure/common-dom-interfaces/collections/htmlformcontrolscollection-expected.txt b/LayoutTests/imported/web-platform-tests/html/infrastructure/common-dom-interfaces/collections/htmlformcontrolscollection-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6a2ad8f3e9e94404b617c08f022b0f8d70c0864f
--- /dev/null
+++ b/LayoutTests/imported/web-platform-tests/html/infrastructure/common-dom-interfaces/collections/htmlformcontrolscollection-expected.txt
@@ -0,0 +1,18 @@
+This is a testharness.js-based test.
+PASS The length attribute must return the number of elements in the form
+PASS HTMLFormControlsCollection.item(index) must return the indexed item
+PASS HTMLFormControlsCollection[index] must return the indexed item
+FAIL HTMLFormControlsCollection(name) must return the named item coll1 is not a function
+PASS HTMLFormControlsCollection[name] must return the named item
+PASS HTMLFormControlsCollection.namedItem(name) must return the named item
+PASS The namedItem(name) must return an Element
+PASS The namedItem(name) must return RadioNodeList
+PASS The namedItem(name) must return null if the name is empty
+PASS The namedItem(name) must return null if there is no matched element
+PASS Controls can be indexed by id or name attribute
+PASS The namedItem(name) must return the items with id or name attribute
+PASS The HTMLFormControlsCollection interface is used for collections of listed elements in form element
+PASS The HTMLFormControlsCollection interface is used for collections of listed elements in fieldset element
+FAIL The controls in the form element must be sorted in tree order assert_array_equals: property 1, expected Element node <input type="checkbox" id="cb"></input> but got Element node <button id="btn"></button>
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698