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

Side by Side 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, 1 month 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 unified diff | Download patch
OLDNEW
1 1
2 PASS Set HTMLBodyElement.onblur 2 PASS Set HTMLBodyElement.onblur
3 PASS Enumerate HTMLBodyElement.onblur 3 PASS Enumerate HTMLBodyElement.onblur
4 PASS Reflect HTMLBodyElement.onblur 4 PASS Reflect HTMLBodyElement.onblur
5 PASS Forward HTMLBodyElement.onblur to Window
5 PASS Set HTMLFrameSetElement.onblur 6 PASS Set HTMLFrameSetElement.onblur
6 PASS Enumerate HTMLFrameSetElement.onblur 7 PASS Enumerate HTMLFrameSetElement.onblur
7 PASS Reflect HTMLFrameSetElement.onblur 8 PASS Reflect HTMLFrameSetElement.onblur
9 PASS Forward HTMLFrameSetElement.onblur to Window
8 PASS Set HTMLBodyElement.onerror 10 PASS Set HTMLBodyElement.onerror
9 PASS Enumerate HTMLBodyElement.onerror 11 PASS Enumerate HTMLBodyElement.onerror
10 FAIL Reflect HTMLBodyElement.onerror assert_equals: Convert to function expected "function" but got "object" 12 PASS Reflect HTMLBodyElement.onerror
13 PASS Forward HTMLBodyElement.onerror to Window
11 PASS Set HTMLFrameSetElement.onerror 14 PASS Set HTMLFrameSetElement.onerror
12 PASS Enumerate HTMLFrameSetElement.onerror 15 PASS Enumerate HTMLFrameSetElement.onerror
13 FAIL Reflect HTMLFrameSetElement.onerror assert_equals: Convert to function expe cted "function" but got "object" 16 PASS Reflect HTMLFrameSetElement.onerror
17 PASS Forward HTMLFrameSetElement.onerror to Window
14 PASS Set HTMLBodyElement.onfocus 18 PASS Set HTMLBodyElement.onfocus
15 PASS Enumerate HTMLBodyElement.onfocus 19 PASS Enumerate HTMLBodyElement.onfocus
16 PASS Reflect HTMLBodyElement.onfocus 20 PASS Reflect HTMLBodyElement.onfocus
21 PASS Forward HTMLBodyElement.onfocus to Window
17 PASS Set HTMLFrameSetElement.onfocus 22 PASS Set HTMLFrameSetElement.onfocus
18 PASS Enumerate HTMLFrameSetElement.onfocus 23 PASS Enumerate HTMLFrameSetElement.onfocus
19 PASS Reflect HTMLFrameSetElement.onfocus 24 PASS Reflect HTMLFrameSetElement.onfocus
25 PASS Forward HTMLFrameSetElement.onfocus to Window
20 PASS Set HTMLBodyElement.onload 26 PASS Set HTMLBodyElement.onload
21 PASS Enumerate HTMLBodyElement.onload 27 PASS Enumerate HTMLBodyElement.onload
22 PASS Reflect HTMLBodyElement.onload 28 PASS Reflect HTMLBodyElement.onload
29 PASS Forward HTMLBodyElement.onload to Window
23 PASS Set HTMLFrameSetElement.onload 30 PASS Set HTMLFrameSetElement.onload
24 PASS Enumerate HTMLFrameSetElement.onload 31 PASS Enumerate HTMLFrameSetElement.onload
25 PASS Reflect HTMLFrameSetElement.onload 32 PASS Reflect HTMLFrameSetElement.onload
33 PASS Forward HTMLFrameSetElement.onload to Window
26 PASS Set HTMLBodyElement.onscroll 34 PASS Set HTMLBodyElement.onscroll
27 PASS Enumerate HTMLBodyElement.onscroll 35 PASS Enumerate HTMLBodyElement.onscroll
28 PASS Reflect HTMLBodyElement.onscroll 36 PASS Reflect HTMLBodyElement.onscroll
37 PASS Forward HTMLBodyElement.onscroll to Window
29 PASS Set HTMLFrameSetElement.onscroll 38 PASS Set HTMLFrameSetElement.onscroll
30 PASS Enumerate HTMLFrameSetElement.onscroll 39 PASS Enumerate HTMLFrameSetElement.onscroll
31 PASS Reflect HTMLFrameSetElement.onscroll 40 PASS Reflect HTMLFrameSetElement.onscroll
41 PASS Forward HTMLFrameSetElement.onscroll to Window
32 42
OLDNEW
« 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