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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/lookup-behavior-expected.txt

Issue 1360233007: bindings: Moves event handlers and methods of Window to the instance object. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/fast/dom/Window/lookup-behavior-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/lookup-behavior-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/lookup-behavior-expected.txt
index 190ea447b30ec3fa7cd4735726daf8d7d2499100..83d0c1b72dc3dab36afa8bbb6ef95b8295e7a17c 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/lookup-behavior-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/lookup-behavior-expected.txt
@@ -1,6 +1,8 @@
-CONSOLE ERROR: line 2405: Uncaught Error: assert_true: myOnClick should have been called. expected true got false
This is a testharness.js-based test.
-Harness Error. harness_status.status = 1 , harness_status.message = Uncaught Error: assert_true: myOnClick should have been called. expected true got false
+PASS Named access test. Window's members should have priority over named properties.
+FAIL WindowProperties object should exist. assert_equals: expected "[object WindowProperties]" but got "[object Object]"
+FAIL WindowProperties object should provide named access. assert_equals: Named access shouldn't work when WindowProperties is not available. expected (undefined) undefined but got (object) Element node <a id="myAnchor"></a>
+PASS Window's members should be own members.
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698