[Webkit-unassigned] [Bug 69083] Several CSS lexer rules don't match CSS 2.1 spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 20 17:12:55 PDT 2022


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

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #24 from Ahmad Saleem <zlip.792 at gmail.com> ---
In attached test (Flex killer), Safari 15.6 on macOS 12.5 matches with other browsers (Chrome Canary 105 and Firefox Nightly 104).

But from the test case from the patch - there are following differences:

Test Case - https://jsfiddle.net/zryLu2pa/show

Safari 15.6 and Chrome Canary 105 fails but show following rules for stylesheet:

body { background: rgb(255, 255, 255); }

While Firefox Nightly 104 does:

body { background: rgb(255, 255, 255) none repeat scroll 0% 0%; }

__________________

If I am testing incorrectly, please ignore. Thanks!

-- 
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/20220721/21e02dbd/attachment.htm>


More information about the webkit-unassigned mailing list