[Webkit-unassigned] [Bug 24167] Second paragraph is converted from em to px when applying bullets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 1 15:18:16 PST 2022


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

Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |https://jsfiddle.net/mv6ej3
                   |                            |r7/
                 CC|                            |ahmad.saleem792 at gmail.com

--- Comment #3 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Changed the test case from Comment 02 into JSFiddle and added to URL:

*** Safari 16.1 ***

<div style="font-size: 1.3em"><ul><li><span style="font-size: 1.3em;">1</span><br></li><li><span style="font-size: 1.1em;">2</span><br></li></ul></div>

*** Chrome Canary 110 ***

<div style="font-size: 1.3em"><ul><li>1</li><li>2</li></ul></div>

*** Firefox Nightly 109 ***

 <ul><li>1 </li><li>2</li></ul> 

_______

Just wanted to share updated test result. 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/20221201/b329c33a/attachment.htm>


More information about the webkit-unassigned mailing list