Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/CSS2/linebox/anonymous-inline-inherit-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="anonymous-inline-inherit-001-ref.html">
<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.
-->
<body>
<span style="vertical-align: top">
<span style="font-size: 500%">A</span>
x
</span>
</body>