From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../decoration-style-quirks-ref.html | 54 ++++++++++++++++++++++ 1 file changed, 54 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 0000000000..cc2ee3df07 --- /dev/null +++ b/layout/reftests/text-decoration/decoration-style-quirks-ref.html @@ -0,0 +1,54 @@ + +

+ 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