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

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

Issue 48303003: Handle the onerror content attribute for <body> and <frameset> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
index 5f67b67a8ab70a10d7a456880705da37c94bf40d..354d99ce3e5d3df8deea7ef720ed844350b8bd7f 100644
--- a/LayoutTests/fast/dom/body-frameset-event-handlers-expected.txt
+++ b/LayoutTests/fast/dom/body-frameset-event-handlers-expected.txt
@@ -2,31 +2,41 @@
PASS Set HTMLBodyElement.onblur
PASS Enumerate HTMLBodyElement.onblur
PASS Reflect HTMLBodyElement.onblur
+PASS Forward HTMLBodyElement.onblur to Window
PASS Set HTMLFrameSetElement.onblur
PASS Enumerate HTMLFrameSetElement.onblur
PASS Reflect HTMLFrameSetElement.onblur
+PASS Forward HTMLFrameSetElement.onblur to Window
PASS Set HTMLBodyElement.onerror
PASS Enumerate HTMLBodyElement.onerror
-FAIL Reflect HTMLBodyElement.onerror assert_equals: Convert to function expected "function" but got "object"
+PASS Reflect HTMLBodyElement.onerror
+PASS Forward HTMLBodyElement.onerror to Window
PASS Set HTMLFrameSetElement.onerror
PASS Enumerate HTMLFrameSetElement.onerror
-FAIL Reflect HTMLFrameSetElement.onerror assert_equals: Convert to function expected "function" but got "object"
+PASS Reflect HTMLFrameSetElement.onerror
+PASS Forward HTMLFrameSetElement.onerror to Window
PASS Set HTMLBodyElement.onfocus
PASS Enumerate HTMLBodyElement.onfocus
PASS Reflect HTMLBodyElement.onfocus
+PASS Forward HTMLBodyElement.onfocus to Window
PASS Set HTMLFrameSetElement.onfocus
PASS Enumerate HTMLFrameSetElement.onfocus
PASS Reflect HTMLFrameSetElement.onfocus
+PASS Forward HTMLFrameSetElement.onfocus to Window
PASS Set HTMLBodyElement.onload
PASS Enumerate HTMLBodyElement.onload
PASS Reflect HTMLBodyElement.onload
+PASS Forward HTMLBodyElement.onload to Window
PASS Set HTMLFrameSetElement.onload
PASS Enumerate HTMLFrameSetElement.onload
PASS Reflect HTMLFrameSetElement.onload
+PASS Forward HTMLFrameSetElement.onload to Window
PASS Set HTMLBodyElement.onscroll
PASS Enumerate HTMLBodyElement.onscroll
PASS Reflect HTMLBodyElement.onscroll
+PASS Forward HTMLBodyElement.onscroll to Window
PASS Set HTMLFrameSetElement.onscroll
PASS Enumerate HTMLFrameSetElement.onscroll
PASS Reflect HTMLFrameSetElement.onscroll
+PASS Forward HTMLFrameSetElement.onscroll to Window
« no previous file with comments | « LayoutTests/fast/dom/body-frameset-event-handlers.html ('k') | LayoutTests/fast/dom/script-tests/event-handlers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698