Files
ladybird/Tests/LibWeb/Ref/input/overflow-hidden-inline.html
Tim Ledbetter 2cd30af4df LibWeb: Only apply overflow clipping to applicable element types
According to the CSS spec, overflow properties only apply to block
containers, grid containers and flex containers.
2026-02-04 21:23:20 +01:00

6 lines
203 B
HTML

<!DOCTYPE html>
<link rel="match" href="../expected/overflow-hidden-inline-ref.html">
<span style="overflow: hidden;">
<span style="display: inline-block; border: 3px solid red;">TEXT</span>
</span>