[Webkit-unassigned] [Bug 274903] New: WebKit disagrees with other browser on z-index handling with ib-splits
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 30 09:08:59 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=274903
Bug ID: 274903
Summary: WebKit disagrees with other browser on z-index
handling with ib-splits
Product: WebKit
Version: Safari 17
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dholbert at mozilla.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
STR:
1. Load testcase 1: https://bug1573990.bmoattachments.org/attachment.cgi?id=9085605
or testcase 2: https://bug1573990.bmoattachments.org/attachment.cgi?id=9085608
...from https://bugzilla.mozilla.org/show_bug.cgi?id=1573990
2. Compare to Firefox and Chrome.
ACTUAL RESULTS (in Safari):
In testcase 1, Safari renders the orange area with text in the foreground (visible).
In testcase 2, Safari renders the orange area with text separately (it's not blurry).
EXPECTED RESULTS (in Firefox/Chrome):
In testcase 1, Firefox/Chrome don't show the orange area with text (it's covered up)
In testcase 2, Firefox/Chrome include the orange area with text as part of the blur.
NOTES:
I haven't dug into the spec, and the details here are weird because IB splits are weird, but at least from an interop perspective:
It seems Chromium used to match WebKit on this and they changed between Chrome 100 and 101, presumably due to considering the old behavior a bug. So now WebKit is alone on the ACTUAL RESULTS here, and Gecko/Blink (and even pre-Chromium EdgeHTML) match EXPECTED RESULTS here.
--
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/20240530/5cd5afd1/attachment.htm>
More information about the webkit-unassigned
mailing list