-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests for the messageerror IDL attribute in service workers #5628
Conversation
Follows w3c/ServiceWorker#1130. The actual situations in which this will be called is being tested as part of #5003.
Notifying @ehsan, @mattto, and @mkruisselbrink. (Learn how reviewing works.) |
LintPassed |
Firefox (nightly channel)Testing web-platform-tests at revision ab1900f All results1 test ran/service-workers/service-worker/interfaces.https.html
|
Chrome (unstable channel)Testing web-platform-tests at revision ab1900f All results1 test ran/service-workers/service-worker/interfaces.https.html
|
Codecov Report
@@ Coverage Diff @@
## master #5628 +/- ##
=======================================
Coverage 87.22% 87.22%
=======================================
Files 24 24
Lines 2418 2418
Branches 406 406
=======================================
Hits 2109 2109
Misses 239 239
Partials 70 70 Continue to review full report at Codecov.
|
The wording is adapted from the WHATWG contributor guidelines: https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md This is sometimes already happening: web-platform-tests/wpt#3449 web-platform-tests/wpt#5628 Drive-by: whitespace
The wording is adapted from the WHATWG contributor guidelines: https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md This is sometimes already happening: web-platform-tests/wpt#3449 web-platform-tests/wpt#5628 Drive-by: whitespace
The wording is adapted from the WHATWG contributor guidelines: https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md This is sometimes already happening: web-platform-tests/wpt#3449 web-platform-tests/wpt#5628 Drive-by: whitespace
lgtm (I wonder why we still have these instead of idlharness...) |
Follows w3c/ServiceWorker#1130. The actual situations in which this will be called is being tested as part of #5003.
This change is