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

Unified Diff: LayoutTests/fast/dom/window-event-handlers-expected.txt

Issue 37283002: Drop NotEnumerable for the on* event handler IDL attributes (again) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rm redundant test Created 7 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: LayoutTests/fast/dom/window-event-handlers-expected.txt
diff --git a/LayoutTests/fast/dom/window-event-handlers-expected.txt b/LayoutTests/fast/dom/window-event-handlers-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..682680bdc72508fef22c2178cd3f0fd0b7e5ec6e
--- /dev/null
+++ b/LayoutTests/fast/dom/window-event-handlers-expected.txt
@@ -0,0 +1,41 @@
+
+FAIL Enumerate Window.onafterprint assert_true: expected true got undefined
+FAIL Enumerate HTMLBodyElement.onafterprint assert_true: expected true got undefined
+FAIL Enumerate HTMLFrameSetElement.onafterprint assert_true: expected true got undefined
+FAIL Enumerate Window.onbeforeprint assert_true: expected true got undefined
+FAIL Enumerate HTMLBodyElement.onbeforeprint assert_true: expected true got undefined
+FAIL Enumerate HTMLFrameSetElement.onbeforeprint assert_true: expected true got undefined
+PASS Enumerate Window.onbeforeunload
+PASS Enumerate HTMLBodyElement.onbeforeunload
+PASS Enumerate HTMLFrameSetElement.onbeforeunload
+PASS Enumerate Window.onhashchange
+PASS Enumerate HTMLBodyElement.onhashchange
+PASS Enumerate HTMLFrameSetElement.onhashchange
+PASS Enumerate Window.onmessage
+PASS Enumerate HTMLBodyElement.onmessage
+PASS Enumerate HTMLFrameSetElement.onmessage
+PASS Enumerate Window.onoffline
+PASS Enumerate HTMLBodyElement.onoffline
+PASS Enumerate HTMLFrameSetElement.onoffline
+PASS Enumerate Window.ononline
+PASS Enumerate HTMLBodyElement.ononline
+PASS Enumerate HTMLFrameSetElement.ononline
+PASS Enumerate Window.onpagehide
+FAIL Enumerate HTMLBodyElement.onpagehide assert_true: expected true got undefined
+FAIL Enumerate HTMLFrameSetElement.onpagehide assert_true: expected true got undefined
+PASS Enumerate Window.onpageshow
+FAIL Enumerate HTMLBodyElement.onpageshow assert_true: expected true got undefined
+FAIL Enumerate HTMLFrameSetElement.onpageshow assert_true: expected true got undefined
+PASS Enumerate Window.onpopstate
+PASS Enumerate HTMLBodyElement.onpopstate
+PASS Enumerate HTMLFrameSetElement.onpopstate
+PASS Enumerate Window.onresize
+PASS Enumerate HTMLBodyElement.onresize
+PASS Enumerate HTMLFrameSetElement.onresize
+PASS Enumerate Window.onstorage
+PASS Enumerate HTMLBodyElement.onstorage
+PASS Enumerate HTMLFrameSetElement.onstorage
+PASS Enumerate Window.onunload
+PASS Enumerate HTMLBodyElement.onunload
+PASS Enumerate HTMLFrameSetElement.onunload
+
« no previous file with comments | « LayoutTests/fast/dom/window-event-handlers.html ('k') | LayoutTests/fast/forms/form-request-autocomplete.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698