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

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

Issue 1017733003: [DO NOT LAND] Set @@toStringTag for DOM object prototypes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test expectations Created 5 years, 6 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: LayoutTests/fast/dom/htmlallcollection-enumerated-properties-expected.txt
diff --git a/LayoutTests/fast/dom/htmlallcollection-enumerated-properties-expected.txt b/LayoutTests/fast/dom/htmlallcollection-enumerated-properties-expected.txt
index 6862645560f24d379adb3b9d509d05f9793c719f..a3fceb2cf625391653612637491777a7f28c4979 100644
--- a/LayoutTests/fast/dom/htmlallcollection-enumerated-properties-expected.txt
+++ b/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].
+PASS htmlAllCollection.__proto__.__proto__ is Object.prototype
PASS htmlAllCollection.length is 35
PASS enumeratedProperties is expectedEnumeratedProperties
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698