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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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/html/infrastructure/common-dom-interfaces/collections/htmlallcollection-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/infrastructure/common-dom-interfaces/collections/htmlallcollection-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/infrastructure/common-dom-interfaces/collections/htmlallcollection-expected.txt
deleted file mode 100644
index 54b035a19ac84e12478ff7c6913072f370a5f87f..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/html/infrastructure/common-dom-interfaces/collections/htmlallcollection-expected.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-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