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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/infrastructure/common-dom-interfaces/collections/htmlformcontrolscollection-expected.txt

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 3 years, 12 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
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 FAIL The length attribute must return the number of elements in the form assert_ equals: The length attribute is incorrect. expected 2 but got 1
3 PASS HTMLFormControlsCollection.item(index) must return the indexed item
4 PASS HTMLFormControlsCollection[index] must return the indexed item
5 PASS HTMLFormControlsCollection is not callable
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 FAIL Controls can be indexed by id or name attribute assert_equals: Controls can be named by 'id' attribute. expected Element node <keygen id="kg" name="key"></ keygen> but got null
13 PASS The namedItem(name) must return the items with id or name attribute
14 FAIL The HTMLFormControlsCollection interface is used for collections of listed elements in form element assert_equals: The length should be 8. expected 8 but g ot 7
15 FAIL The HTMLFormControlsCollection interface is used for collections of listed elements in fieldset element assert_equals: The length should be 8. expected 8 b ut got 7
16 PASS The controls in the form element must be sorted in tree order
17 Harness: the test ran to completion.
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698