mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
According to the CSS spec, overflow properties only apply to block containers, grid containers and flex containers.
6 lines
203 B
HTML
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>
|