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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/window-property-shadowing-onclick-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/window-property-shadowing-onclick-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-property-shadowing-onclick-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/window-property-shadowing-onclick-expected.txt
index 805663ac85200661d454720cb08bfeb0550a8dfe..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-property-shadowing-onclick-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/window-property-shadowing-onclick-expected.txt
@@ -1,13 +0,0 @@
-This tests the ES5.2 behavior where global variables should not trigger setters on the Window object
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS onClickCalled is false
-PASS successfullyParsed is true
-
-TEST COMPLETE
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698