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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/events/body-exposed-window-event-handlers-expected.txt

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Return null when getting the load event handler of a windowless body
3 PASS Ignore setting of load window event handlers on windowless body
4 PASS Return null when getting the resize event handler of a windowless body
5 PASS Ignore setting of resize window event handlers on windowless body
6 PASS Return null when getting the blur event handler of a windowless body
7 PASS Ignore setting of blur window event handlers on windowless body
8 PASS Return null when getting the focus event handler of a windowless body
9 PASS Ignore setting of focus window event handlers on windowless body
10 PASS Return null when getting the scroll event handler of a windowless body
11 PASS Ignore setting of scroll window event handlers on windowless body
12 FAIL Return null when getting the afterprint event handler of a windowless body assert_equals: expected (object) null but got (undefined) undefined
13 FAIL Ignore setting of afterprint window event handlers on windowless body asser t_equals: expected (object) null but got (function) function "function () { retu rn "Handler attached to windowless element"; }"
14 FAIL Return null when getting the beforeprint event handler of a windowless body assert_equals: expected (object) null but got (undefined) undefined
15 FAIL Ignore setting of beforeprint window event handlers on windowless body asse rt_equals: expected (object) null but got (function) function "function () { ret urn "Handler attached to windowless element"; }"
16 PASS Return null when getting the beforeunload event handler of a windowless bod y
17 PASS Ignore setting of beforeunload window event handlers on windowless body
18 PASS Return null when getting the hashchange event handler of a windowless body
19 PASS Ignore setting of hashchange window event handlers on windowless body
20 PASS Return null when getting the languagechange event handler of a windowless b ody
21 PASS Ignore setting of languagechange window event handlers on windowless body
22 PASS Return null when getting the message event handler of a windowless body
23 PASS Ignore setting of message window event handlers on windowless body
24 PASS Return null when getting the offline event handler of a windowless body
25 PASS Ignore setting of offline window event handlers on windowless body
26 PASS Return null when getting the online event handler of a windowless body
27 PASS Ignore setting of online window event handlers on windowless body
28 PASS Return null when getting the pagehide event handler of a windowless body
29 PASS Ignore setting of pagehide window event handlers on windowless body
30 PASS Return null when getting the pageshow event handler of a windowless body
31 PASS Ignore setting of pageshow window event handlers on windowless body
32 PASS Return null when getting the popstate event handler of a windowless body
33 PASS Ignore setting of popstate window event handlers on windowless body
34 PASS Return null when getting the rejectionhandled event handler of a windowless body
35 PASS Ignore setting of rejectionhandled window event handlers on windowless body
36 PASS Return null when getting the storage event handler of a windowless body
37 PASS Ignore setting of storage window event handlers on windowless body
38 PASS Return null when getting the unhandledrejection event handler of a windowle ss body
39 PASS Ignore setting of unhandledrejection window event handlers on windowless bo dy
40 PASS Return null when getting the unload event handler of a windowless body
41 PASS Ignore setting of unload window event handlers on windowless body
42 PASS Return null when getting the load event handler of a windowless frameset
43 PASS Ignore setting of load window event handlers on windowless frameset
44 PASS Return null when getting the resize event handler of a windowless frameset
45 PASS Ignore setting of resize window event handlers on windowless frameset
46 PASS Return null when getting the blur event handler of a windowless frameset
47 PASS Ignore setting of blur window event handlers on windowless frameset
48 PASS Return null when getting the focus event handler of a windowless frameset
49 PASS Ignore setting of focus window event handlers on windowless frameset
50 PASS Return null when getting the scroll event handler of a windowless frameset
51 PASS Ignore setting of scroll window event handlers on windowless frameset
52 FAIL Return null when getting the afterprint event handler of a windowless frame set assert_equals: expected (object) null but got (undefined) undefined
53 FAIL Ignore setting of afterprint window event handlers on windowless frameset a ssert_equals: expected (object) null but got (function) function "function () { return "Handler attached to windowless element"; }"
54 FAIL Return null when getting the beforeprint event handler of a windowless fram eset assert_equals: expected (object) null but got (undefined) undefined
55 FAIL Ignore setting of beforeprint window event handlers on windowless frameset assert_equals: expected (object) null but got (function) function "function () { return "Handler attached to windowless element"; }"
56 PASS Return null when getting the beforeunload event handler of a windowless fra meset
57 PASS Ignore setting of beforeunload window event handlers on windowless frameset
58 PASS Return null when getting the hashchange event handler of a windowless frame set
59 PASS Ignore setting of hashchange window event handlers on windowless frameset
60 PASS Return null when getting the languagechange event handler of a windowless f rameset
61 PASS Ignore setting of languagechange window event handlers on windowless frames et
62 PASS Return null when getting the message event handler of a windowless frameset
63 PASS Ignore setting of message window event handlers on windowless frameset
64 PASS Return null when getting the offline event handler of a windowless frameset
65 PASS Ignore setting of offline window event handlers on windowless frameset
66 PASS Return null when getting the online event handler of a windowless frameset
67 PASS Ignore setting of online window event handlers on windowless frameset
68 PASS Return null when getting the pagehide event handler of a windowless framese t
69 PASS Ignore setting of pagehide window event handlers on windowless frameset
70 PASS Return null when getting the pageshow event handler of a windowless framese t
71 PASS Ignore setting of pageshow window event handlers on windowless frameset
72 PASS Return null when getting the popstate event handler of a windowless framese t
73 PASS Ignore setting of popstate window event handlers on windowless frameset
74 PASS Return null when getting the rejectionhandled event handler of a windowless frameset
75 PASS Ignore setting of rejectionhandled window event handlers on windowless fram eset
76 PASS Return null when getting the storage event handler of a windowless frameset
77 PASS Ignore setting of storage window event handlers on windowless frameset
78 PASS Return null when getting the unhandledrejection event handler of a windowle ss frameset
79 PASS Ignore setting of unhandledrejection window event handlers on windowless fr ameset
80 PASS Return null when getting the unload event handler of a windowless frameset
81 PASS Ignore setting of unload window event handlers on windowless frameset
82 Harness: the test ran to completion.
83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698