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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/htmlallcollection-enumerated-properties-expected.txt

Issue 1685543002: Supports "class string" based on @@toStringTag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated test expectations. Created 4 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/fast/dom/htmlallcollection-enumerated-properties-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/htmlallcollection-enumerated-properties-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/htmlallcollection-enumerated-properties-expected.txt
index 07c89fb8d866024aec14cb4b61f7d559741974c8..c57a0f3f3c10b286afa13b774abdeea12294cbd2 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/htmlallcollection-enumerated-properties-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/htmlallcollection-enumerated-properties-expected.txt
@@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS htmlAllCollection.__proto__ is HTMLAllCollection.prototype
-FAIL htmlAllCollection.__proto__.__proto__ should be [object Object]. Was [object Object].
+FAIL htmlAllCollection.__proto__.__proto__ should be [object HTMLCollection]. Was [object Object].
PASS htmlAllCollection.length is 34
PASS enumeratedProperties is expectedEnumeratedProperties
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698