[Webkit-unassigned] [Bug 209116] Issue 1061714: Quirky / SVG lengths parse number expressions in calc() like length, and behave oddly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 18 11:05:30 PDT 2022


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

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

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

--- Comment #3 from Ahmad Saleem <zlip.792 at gmail.com> ---
I am not sure on expected behavior but by taking the test case example from Chrome bug in Comment 5, I change it to following JSFiddle:

Link - https://jsfiddle.net/b5svdrx1/show

All browsers have different output:

*** Safari 15.5 on macOS 12.4 ***

a. 0 px <<<<<
b. 4 px

*** Firefox Nightly 104 ***

a. 4 px <<<<<
b. 4 px

*** Chrome Canary 105 ***

a. 1 px <<<<
b. 4 px

____

Chrome followed-up on bug to match with Firefox intro behavior as follow:

https://chromium.googlesource.com/chromium/src.git/+/7377d9c6d278bca393042b843f4f5f7f45de57a8

-- 
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/20220718/b7cd7b7e/attachment-0001.htm>


More information about the webkit-unassigned mailing list