diff options
Diffstat (limited to 'layout/reftests/text-decoration/skip-ink-vertical-align-2-notref.html')
-rw-r--r-- | layout/reftests/text-decoration/skip-ink-vertical-align-2-notref.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/text-decoration/skip-ink-vertical-align-2-notref.html b/layout/reftests/text-decoration/skip-ink-vertical-align-2-notref.html new file mode 100644 index 0000000000..191490ca5c --- /dev/null +++ b/layout/reftests/text-decoration/skip-ink-vertical-align-2-notref.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;text-decoration-skip-ink:none;">xx<sub>x</sub>xx</u></div> |