Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text-decor/text-decoration-decorating-box-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Test decorating box when the first child has `vertical-align`</title>
<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>