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

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

Issue 1386843002: bindings: Implements the named properties object (WindowProperties). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated IDL test results. Created 5 years, 2 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 b4937a06fada6707c6f3b917cf401117497ed87d..b3f59702449f0aeef8dab9c9ffd29ff3f866006f 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
@@ -3,6 +3,6 @@ FAIL window object assert_equals: expected "[object Window]" but got "[object gl
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]"
-FAIL Object.prototype assert_equals: expected "[object Object]" but got "[object Null]"
+PASS Object.prototype
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698