[Webkit-unassigned] [Bug 162905] Details layout ends up incorrect when ::before dynamically removed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 8 17:16:27 PDT 2022


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

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

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

--- Comment #1 from Ahmad Saleem <zlip.792 at gmail.com> ---
I am getting following behavior across browsers:

*** Safari 15.6 on macOS 12.5 ***

<< RENDERING ORDER >> <--- different across browsers

Before text
<summary>
Please click this text

Upon click 'last' line then first line disappears and it becomes like this

<summary>
Please click this text

*** Chrome Canary 106 ***

<< RENDERING ORDER>> <--- different but matches with Safari

Before text
<summary>
Please click this text

Upon click 'last' line then first line disappears and it becomes like this

<summary>
Please click this text

*** Firefox Nightly 105 ***

<< RENDERING ORDER>> <--- different but matches with Safari

<summary>
Before text Please click this text

Upon clicking "Please click this text", it becomes like this:

<summary>
Please click this text.

_______

I am not sure, which browser is rendering this correctly but wanted to update test results. 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/20220809/70a186dd/attachment-0001.htm>


More information about the webkit-unassigned mailing list