1
0
Fork 0
firefox/testing/web-platform/tests/css/CSS2/linebox/anonymous-inline-inherit-001.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

15 lines
517 B
HTML

<!DOCTYPE html>
<link rel="match" href="anonymous-inline-inherit-001-ref.html">
<link rel="help" href="https://drafts.csswg.org/css2/visuren.html#anonymous">
<link rel="author" href="kojii@chromium.org">
<!--
The text node for "x" should be wrapped in an anonymous inline box,
which should have the initial value for non-inherited properties.
https://drafts.csswg.org/css2/visuren.html#anonymous
-->
<body>
<span style="vertical-align: top">
<span style="font-size: 500%">A</span>
x
</span>
</body>