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

Unified Diff: LayoutTests/fast/dom/body-frameset-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/body-frameset-event-handlers-expected.txt
diff --git a/LayoutTests/fast/dom/body-frameset-event-handlers-expected.txt b/LayoutTests/fast/dom/body-frameset-event-handlers-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5f67b67a8ab70a10d7a456880705da37c94bf40d
--- /dev/null
+++ b/LayoutTests/fast/dom/body-frameset-event-handlers-expected.txt
@@ -0,0 +1,32 @@
+
+PASS Set HTMLBodyElement.onblur
+PASS Enumerate HTMLBodyElement.onblur
+PASS Reflect HTMLBodyElement.onblur
+PASS Set HTMLFrameSetElement.onblur
+PASS Enumerate HTMLFrameSetElement.onblur
+PASS Reflect HTMLFrameSetElement.onblur
+PASS Set HTMLBodyElement.onerror
+PASS Enumerate HTMLBodyElement.onerror
+FAIL Reflect HTMLBodyElement.onerror assert_equals: Convert to function expected "function" but got "object"
+PASS Set HTMLFrameSetElement.onerror
+PASS Enumerate HTMLFrameSetElement.onerror
+FAIL Reflect HTMLFrameSetElement.onerror assert_equals: Convert to function expected "function" but got "object"
+PASS Set HTMLBodyElement.onfocus
+PASS Enumerate HTMLBodyElement.onfocus
+PASS Reflect HTMLBodyElement.onfocus
+PASS Set HTMLFrameSetElement.onfocus
+PASS Enumerate HTMLFrameSetElement.onfocus
+PASS Reflect HTMLFrameSetElement.onfocus
+PASS Set HTMLBodyElement.onload
+PASS Enumerate HTMLBodyElement.onload
+PASS Reflect HTMLBodyElement.onload
+PASS Set HTMLFrameSetElement.onload
+PASS Enumerate HTMLFrameSetElement.onload
+PASS Reflect HTMLFrameSetElement.onload
+PASS Set HTMLBodyElement.onscroll
+PASS Enumerate HTMLBodyElement.onscroll
+PASS Reflect HTMLBodyElement.onscroll
+PASS Set HTMLFrameSetElement.onscroll
+PASS Enumerate HTMLFrameSetElement.onscroll
+PASS Reflect HTMLFrameSetElement.onscroll
+
« no previous file with comments | « LayoutTests/fast/dom/body-frameset-event-handlers.html ('k') | LayoutTests/fast/dom/global-event-handlers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698