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

Unified 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 4 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: third_party/WebKit/LayoutTests/imported/wpt/html/infrastructure/common-dom-interfaces/collections/htmlformcontrolscollection-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/infrastructure/common-dom-interfaces/collections/htmlformcontrolscollection-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/infrastructure/common-dom-interfaces/collections/htmlformcontrolscollection-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..650028500fa589127336a74a145c4a38aaba046a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/infrastructure/common-dom-interfaces/collections/htmlformcontrolscollection-expected.txt
@@ -0,0 +1,18 @@
+This is a testharness.js-based test.
+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
+PASS HTMLFormControlsCollection.item(index) must return the indexed item
+PASS HTMLFormControlsCollection[index] must return the indexed item
+PASS HTMLFormControlsCollection is not callable
+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
+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
+PASS The namedItem(name) must return the items with id or name attribute
+FAIL The HTMLFormControlsCollection interface is used for collections of listed elements in form element assert_equals: The length should be 8. expected 8 but got 7
+FAIL The HTMLFormControlsCollection interface is used for collections of listed elements in fieldset element assert_equals: The length should be 8. expected 8 but got 7
+PASS The controls in the form element must be sorted in tree order
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698