Closed
Bug 1587233
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 19587 - [2dcontext] Include required resource
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox72 fixed)
RESOLVED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 19587 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19587
Details from upstream follow.
Mike Pennisi <mike@mikepennisi.com> wrote:
[2dcontext] Include required resource
"common.sub.js" references a function named
getVideoURIat the top
level. This function is provided by "/common/media.js"; if the latter
file is not included, "common.sub.js" cannot be executed.Load the required resource prior to "common.sub.js" so that the test may
run to completion.
| Assignee | ||
Comment 1•6 years ago
|
||
PR 19587 applied with additional changes from upstream: da1d683ea14b5b0372af113b4bae6e05d01adea0
| Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=8c542d1fd7082ee3bb0a17e5d816a1ab0eb69da3
| Assignee | ||
Comment 3•6 years ago
|
||
## GitHub CI Results
wpt.fyi [PR Results](https://wpt.fyi/results/?sha=c12ec678e61a4abe70b8a1a17d647d2e3624b5f2&label=pr_head) [Base Results](https://wpt.fyi/results/?sha=c12ec678e61a4abe70b8a1a17d647d2e3624b5f2&label=pr_base)
Ran 1 tests and 12 subtests
### Firefox
OK : 1
PASS : 10
FAIL : 1
### Chrome
OK : 1
PASS : 11
### Safari
OK : 1
FAIL : 11
### New tests that's don't pass
/2dcontext/imagebitmap/createImageBitmap-serializable.html
Serialize ImageBitmap created from an OffscreenCanvas: Firefox: FAIL, Chrome: PASS, Safari: FAIL
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2c4e81eb1536
[wpt PR 19587] - [2dcontext] Include required resource, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/ac23f488452c
[wpt PR 19587] - Update wpt metadata, a=testonly
Comment 5•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/2c4e81eb1536
https://hg.mozilla.org/mozilla-central/rev/ac23f488452c
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•