Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[LBSE] Not all 'outermost' <svg> elements enforce a stacking context
https://bugs.webkit.org/show_bug.cgi?id=244965 Reviewed by Rob Buis. Add missing condition in Style::Adjuster::adjustSVGElementStyle() to enforce a stacking context if the element that receives the style is an outermost <svg> element (or acts as such). It is mentioned in the SVG2 spec note just a few lines above, but not implemented yet. * LayoutTests/platform/mac-monterey-wk2-lbse-text/svg/css/text-shadow-multiple-expected.txt: * LayoutTests/platform/mac-monterey-wk2-lbse-text/svg/custom/image-parent-translation-expected.txt: * LayoutTests/platform/mac-monterey-wk2-lbse-text/svg/custom/second-inline-text-expected.txt: * Source/WebCore/style/StyleAdjuster.cpp: (WebCore::Style::Adjuster::adjustSVGElementStyle): Canonical link: https://commits.webkit.org/254314@main
- Loading branch information
1 parent
952ebeb
commit a57723e637107f43ea2bd1c5284dffe714da13da
Showing
4 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters