summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/linebox/anonymous-inline-inherit-001.html
blob: 77904d80e459037e029467479db2c101f0d383b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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>