[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
Thu Jun 8 06:15:57 PDT 2023


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

--- Comment #30 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
(In reply to Ahmad Saleem from comment #28)
> (In reply to Ahmad Saleem from comment #24)
> > 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!
> 
> Just to update:
> 
> Now Safari 16 and TP 155 show:
> 
> body { background-color: rgb(255, 255, 255); }
> 
> while Firefox Nightly 107 matched Chrome Canary 108 and shows:
> 
> body { background: rgb(255, 255, 255); }
> 
> and now difference is "background-color" vs "background".

All browsers (Chrome Canary 116, WebKit ToT, Firefox Nightly 116) show:

Test parsing of CSS number types.

FAILURE

Rules from the stylesheet:

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

Expected result:

#a { font-size: 16px; }
        #b { font-size: 16px; }
        #c { font-size: 16px; }
        #d { font-size: 16px; }
        #e { font-size: 1em; }
        #f { font-size: 1em; }
        #g { font-size: 1em; }
        #h { font-size: 1em; }
        #i { font-size: 12pt; }

-- 
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/20230608/a69f5892/attachment.htm>


More information about the webkit-unassigned mailing list