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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL window object assert_equals: expected "[object Window]" but got "[object gl obal]" 2 PASS window object
3 FAIL Window.prototype assert_equals: expected "[object WindowPrototype]" but got "[object Object]" 3 FAIL Window.prototype assert_equals: expected "[object WindowPrototype]" but got "[object Window]"
4 FAIL Global scope polluter assert_equals: expected "[object WindowProperties]" b ut got "[object Object]" 4 FAIL Global scope polluter assert_equals: expected "[object WindowProperties]" b ut got "[object EventTarget]"
5 FAIL EventTarget.prototype assert_equals: expected "[object EventTargetPrototype ]" but got "[object Object]" 5 FAIL EventTarget.prototype assert_equals: expected "[object EventTargetPrototype ]" but got "[object Object]"
6 FAIL Object.prototype assert_equals: expected "[object Object]" but got "[object Null]" 6 FAIL Object.prototype assert_equals: expected "[object Object]" but got "[object Null]"
7 Harness: the test ran to completion. 7 Harness: the test ran to completion.
8 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698