According to the CSS spec, overflow properties only apply to block containers, grid containers and flex containers.
5 lines
203 B
HTML
5 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>
|