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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt

Issue 2912383002: Add support for Element.getAttributeNames() (Closed)
Patch Set: Created 3 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: third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt
index ce44fe68aa289c6eddd54f52b2a2056323cf9ebb..1446cf9f720525b8a4ffc81b5e543dfd49f7f541 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt
@@ -1,5 +1,5 @@
This is a testharness.js-based test.
-Found 1570 tests; 1565 PASS, 5 FAIL, 0 TIMEOUT, 0 NOTRUN.
+Found 1570 tests; 1567 PASS, 3 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS Test driver
PASS Event interface: existence and properties of interface object
PASS Event interface object length
@@ -735,7 +735,7 @@ PASS Element interface: attribute classList
PASS Element interface: attribute slot
PASS Element interface: operation hasAttributes()
PASS Element interface: attribute attributes
-FAIL Element interface: operation getAttributeNames() assert_own_property: interface prototype object missing non-static operation expected property "getAttributeNames" missing
+PASS Element interface: operation getAttributeNames()
PASS Element interface: operation getAttribute(DOMString)
PASS Element interface: operation getAttributeNS(DOMString,DOMString)
PASS Element interface: operation setAttribute(DOMString,DOMString)
@@ -784,7 +784,7 @@ PASS Element interface: element must inherit property "classList" with the prope
PASS Element interface: element must inherit property "slot" with the proper type (7)
PASS Element interface: element must inherit property "hasAttributes" with the proper type (8)
PASS Element interface: element must inherit property "attributes" with the proper type (9)
-FAIL Element interface: element must inherit property "getAttributeNames" with the proper type (10) assert_inherits: property "getAttributeNames" not found in prototype chain
+PASS Element interface: element must inherit property "getAttributeNames" with the proper type (10)
PASS Element interface: element must inherit property "getAttribute" with the proper type (11)
PASS Element interface: calling getAttribute(DOMString) on element with too few arguments must throw TypeError
PASS Element interface: element must inherit property "getAttributeNS" with the proper type (12)

Powered by Google App Engine
This is Rietveld 408576698