Index: third_party/WebKit/LayoutTests/imported/wpt/html/infrastructure/common-dom-interfaces/collections/htmlallcollection-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/infrastructure/common-dom-interfaces/collections/htmlallcollection-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/infrastructure/common-dom-interfaces/collections/htmlallcollection-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..54b035a19ac84e12478ff7c6913072f370a5f87f |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/infrastructure/common-dom-interfaces/collections/htmlallcollection-expected.txt |
@@ -0,0 +1,34 @@ |
+This is a testharness.js-based test. |
+PASS document.all is an HTMLAllCollection |
+PASS length attribute |
+PASS indexed property getter |
+PASS indexed property getter out of range |
+PASS named property getter |
+PASS named property getter with dot syntax |
+PASS named property getter with invalid name |
+PASS named property getter returning collection |
+PASS named property getter with "array index property name" |
+PASS named property getter with invalid "array index property name" |
+PASS namedItem method |
+PASS namedItem method with invalid name |
+PASS namedItem method returning collection |
+PASS namedItem method with "array index property name" |
+PASS namedItem method with invalid "array index property name" |
+PASS namedItem method with no argument |
+PASS legacy caller |
+FAIL legacy caller with invalid name assert_equals: expected (object) null but got (undefined) undefined |
+PASS legacy caller returning collection |
+PASS legacy caller with "array index property name" |
+PASS legacy caller with "array index property name" as number |
+FAIL legacy caller with invalid "array index property name" assert_equals: expected (object) null but got (undefined) undefined |
+FAIL legacy caller with no argument assert_equals: expected (object) null but got (undefined) undefined |
+PASS item method |
+FAIL item method with invalid name assert_equals: expected (object) null but got (undefined) undefined |
+PASS item method returning collection |
+PASS item method with "array index property name" |
+PASS item method with "array index property name" as number |
+FAIL item method with invalid "array index property name" assert_equals: expected (object) null but got (undefined) undefined |
+FAIL item method with no argument assert_equals: expected (object) null but got (undefined) undefined |
+FAIL collections are new live HTMLCollection instances assert_true: expected true got false |
+Harness: the test ran to completion. |
+ |