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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-prototype-chain-expected.txt

Issue 1685543002: Supports "class string" based on @@toStringTag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Synced. 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/imported/web-platform-tests/html/browsers/the-window-object/window-prototype-chain-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-prototype-chain-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-prototype-chain-expected.txt
index b3f59702449f0aeef8dab9c9ffd29ff3f866006f..ee0c7703cf1a30f0a44187a4c8f0b7471a605bae 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-prototype-chain-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-prototype-chain-expected.txt
@@ -1,8 +1,8 @@
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]"
-FAIL EventTarget.prototype assert_equals: expected "[object EventTargetPrototype]" but got "[object Object]"
+PASS window object
+FAIL Window.prototype assert_equals: expected "[object WindowPrototype]" but got "[object Window]"
+PASS Global scope polluter
+FAIL EventTarget.prototype assert_equals: expected "[object EventTargetPrototype]" but got "[object EventTarget]"
PASS Object.prototype
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698