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 |