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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: rebase 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 80 tests; 72 PASS, 8 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 PASS Return null when getting the load event handler of a windowless body 3 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 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 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 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 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 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 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 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 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 PASS Ignore setting of scroll window event handlers on windowless body
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 PASS Return null when getting the rejectionhandled event handler of a windowless frameset 75 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 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 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 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 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 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 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 PASS Ignore setting of unload window event handlers on windowless frameset
82 Harness: the test ran to completion. 83 Harness: the test ran to completion.
83 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698