Closed
Bug 1373743
Opened 7 years ago
Closed 7 years ago
get shape-outside case in fetch-request-css-images.https.html WPT to pass
Categories
(Core :: DOM: Service Workers, enhancement, P3)
Core
DOM: Service Workers
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bkelly, Unassigned)
References
(Blocks 1 open bug)
Details
There is a service worker WPT test that verifies we correctly intercept shape-outside image loads. We should make sure this passes as part of implementing shape-outside in bug 1098939.
The test:
http://searchfox.org/mozilla-central/source/testing/web-platform/tests/service-workers/service-worker/fetch-request-css-images.https.html#98
The current test expectation:
http://searchfox.org/mozilla-central/source/testing/web-platform/meta/service-workers/service-worker/fetch-request-css-images.https.html.ini#4
I think this should just work since we already intercept background-image from CSS.
Updated•7 years ago
|
Priority: -- → P3
Comment 1•7 years ago
|
||
I'd like to close out this bug, since it's a blocker for Bug 1353631. This test passes. The subtests that use -webkit-image-set time out, but that's as specified in the expectations file. Is that sufficient?
Flags: needinfo?(bkelly)
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•