[Webkit-unassigned] [Bug 266314] Abs-positioned objects should move with inline rel-positioned containers when the latter change width
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 14 18:20:49 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=266314
Karl Dubost <karlcow at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |karlcow at apple.com
--- Comment #1 from Karl Dubost <karlcow at apple.com> ---
OM JSFIDDLE
The difference is happening with the value of offsetLeft
the test is checking:
expectedOffset: 118
var totalLeft = node.clientLeft + node.offsetLeft;
Safari
node.clientLeft: 4
node.offsetLeft: 54
Firefox
node.clientLeft: 4
node.offsetLeft: 114
but the test is probably subtle because if I try to isolate it in its own file. I see different results in between Firefox and Nightly.
Let's upload the testcase
--
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/20231215/a71ff843/attachment.htm>
More information about the webkit-unassigned
mailing list