| 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.
|
|
|
|
|