summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text-decor/text-decoration-decorating-box-001.html
blob: 71b0c89452bfdc4291c532e56473425da4d54976 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<title>Test decorating box when the first child has `vertical-align`</title>
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#decorating-box">
<link rel="match" href="reference/text-decoration-decorating-box-001-ref.html">
<div>abc
  <u>
    <span style="vertical-align: -10px; color: transparent">x</span>
    def
  </u>
</div>