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

Unified Diff: LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-prototype-chain-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/imported/web-platform-tests/html/browsers/the-window-object/window-prototype-chain-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-prototype-chain-expected.txt b/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-prototype-chain-expected.txt
index b4937a06fada6707c6f3b917cf401117497ed87d..d2a900c1a1a0b56cfe44c21cb818da1355b7b552 100644
--- a/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-prototype-chain-expected.txt
+++ b/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-prototype-chain-expected.txt
@@ -1,7 +1,7 @@
This is a testharness.js-based test.
-FAIL window object assert_equals: expected "[object Window]" but got "[object global]"
-FAIL Window.prototype assert_equals: expected "[object WindowPrototype]" but got "[object Object]"
-FAIL Global scope polluter assert_equals: expected "[object WindowProperties]" but got "[object Object]"
+PASS window object
+FAIL Window.prototype assert_equals: expected "[object WindowPrototype]" but got "[object Window]"
+FAIL Global scope polluter assert_equals: expected "[object WindowProperties]" but got "[object EventTarget]"
FAIL EventTarget.prototype assert_equals: expected "[object EventTargetPrototype]" but got "[object Object]"
FAIL Object.prototype assert_equals: expected "[object Object]" but got "[object Null]"
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698