From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../decoration-style-quirks-ref.html | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 layout/reftests/text-decoration/decoration-style-quirks-ref.html (limited to 'layout/reftests/text-decoration/decoration-style-quirks-ref.html') diff --git a/layout/reftests/text-decoration/decoration-style-quirks-ref.html b/layout/reftests/text-decoration/decoration-style-quirks-ref.html new file mode 100644 index 000000000..a10f49a12 --- /dev/null +++ b/layout/reftests/text-decoration/decoration-style-quirks-ref.html @@ -0,0 +1,49 @@ +

+ Here is specified the decoration style as dotted but no decoration lines, + however, + + here has solid decoration lines, + and here has no decoration lines. +

+

+ Here is specified the decoration style as dashed but no decoration lines, + however, + + here has inherited decoration lines, + and here has no decoration lines. +

+

+ + Here has dotted decoration lines, + + + here has wavy decoration + lines, + and here has dotted decoration lines. +

+

+ + Here has double decoration lines, + + here is specified as dashed decoration lines but should be + ignored, + and here has double decoration lines. +

+

+ Here is specified the decoration style as -moz-none. +

+

+ Here has solid decoration lines even if its style is specified as dotted + before text-decoration. +

-- cgit v1.2.3