[Webkit-unassigned] [Bug 229909] -webkit-image-set() should be an alias of image-set()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 26 00:13:10 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=229909

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |BrowserCompat, WPTImpact
                URL|                            |https://wpt.fyi/results/css
                   |                            |/css-images/image-set/image
                   |                            |-set-parsing.html?label=mas
                   |                            |ter&label=experimental&prod
                   |                            |uct=chrome&product=firefox&
                   |                            |product=safari&aligned&view
                   |                            |=interop&q=label%3Ainterop-
                   |                            |2023-webcompat
                 CC|                            |karlcow at apple.com

--- Comment #4 from Karl Dubost <karlcow at apple.com> ---
Not sure why some of these tests are failing 
http://wpt.live/css/css-images/image-set/image-set-parsing.html

But manually it is working. 

> document.body.style.backgroundImage
< ""
> document.body.style['background-image']
< ""
> document.body.style.backgroundImage = "-webkit-image-set(url('example.png') 1x)"
< "-webkit-image-set(url('example.png') 1x)"
> document.body.style.backgroundImage
< "image-set(url(\"example.png\") 1x)"
> document.body.style['background-image']
< "image-set(url(\"example.png\") 1x)"
> document.body.style.getPropertyValue("background-image")
< "image-set(url(\"example.png\") 1x)"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230126/009abe9a/attachment.htm>


More information about the webkit-unassigned mailing list