diff options
Diffstat (limited to 'layout/reftests/text-decoration/overline-style-inline-dotted-standards.html')
-rw-r--r-- | layout/reftests/text-decoration/overline-style-inline-dotted-standards.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/reftests/text-decoration/overline-style-inline-dotted-standards.html b/layout/reftests/text-decoration/overline-style-inline-dotted-standards.html new file mode 100644 index 0000000000..be2f98c755 --- /dev/null +++ b/layout/reftests/text-decoration/overline-style-inline-dotted-standards.html @@ -0,0 +1,2 @@ +<!DOCTYPE html> +<p>This paragraph has no decoration lines, but <span style="text-decoration: overline; text-decoration-style: dotted;">here has overline</span>, and here has no decoration lines.</p> |