diff options
Diffstat (limited to 'layout/reftests/text-decoration/skip-ink-vertical-align-2.html')
-rw-r--r-- | layout/reftests/text-decoration/skip-ink-vertical-align-2.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/text-decoration/skip-ink-vertical-align-2.html b/layout/reftests/text-decoration/skip-ink-vertical-align-2.html new file mode 100644 index 0000000000..0ee9582700 --- /dev/null +++ b/layout/reftests/text-decoration/skip-ink-vertical-align-2.html @@ -0,0 +1,5 @@ +<!DOCTYPE html> +<meta charset=utf-8> +<p>Underline should skip over the subscripted 'x'</p> +<div style="font:36px serif; color:rgba(0,0,255,0.5);"> + <u style="text-decoration-color:red;">xx<sub>x</sub>xx</u></div> |