Changeset 277323 in webkit
- Timestamp:
- May 11, 2021, 6:53:32 AM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
layout/integration/LayoutIntegrationCoverage.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r277322 r277323 1 2021-05-11 Zalan Bujtas <zalan@apple.com> 2 3 [LFC][Integration] Disable IFC when inline level box has box shadow 4 https://bugs.webkit.org/show_bug.cgi?id=225634 5 6 Reviewed by Darin Adler. 7 8 Needs painting support. 9 10 * layout/integration/LayoutIntegrationCoverage.cpp: 11 (WebCore::LayoutIntegration::canUseForChild): 12 1 13 2021-05-11 Jean-Yves Avenard <jya@apple.com> 2 14 -
trunk/Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp
r275515 r277323 636 636 if (style.minHeight().isPercent() || style.maxHeight().isPercent()) 637 637 return false; 638 if (style.boxShadow()) 639 return false; 638 640 return true; 639 641 };
Note:
See TracChangeset
for help on using the changeset viewer.