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

Side by Side 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, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS The length attribute must return the number of elements in the form
3 PASS HTMLFormControlsCollection.item(index) must return the indexed item
4 PASS HTMLFormControlsCollection[index] must return the indexed item
5 FAIL HTMLFormControlsCollection(name) must return the named item coll1 is not a function
6 PASS HTMLFormControlsCollection[name] must return the named item
7 PASS HTMLFormControlsCollection.namedItem(name) must return the named item
8 PASS The namedItem(name) must return an Element
9 PASS The namedItem(name) must return RadioNodeList
10 PASS The namedItem(name) must return null if the name is empty
11 PASS The namedItem(name) must return null if there is no matched element
12 PASS Controls can be indexed by id or name attribute
13 PASS The namedItem(name) must return the items with id or name attribute
14 PASS The HTMLFormControlsCollection interface is used for collections of listed elements in form element
15 PASS The HTMLFormControlsCollection interface is used for collections of listed elements in fieldset element
16 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>
17 Harness: the test ran to completion.
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698