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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/infrastructure/common-dom-interfaces/collections/htmlallcollection-expected.txt

Issue 2495873002: Manually import wpt@359815a0ff565cb6ca89349f6e9e154789267d8b (Closed)
Patch Set: Add Crash/Timeout expectation for bitmaprenderer-as-imagesource.html Created 4 years, 1 month 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/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.
+

Powered by Google App Engine
This is Rietveld 408576698