From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../decoration-style-standards.html | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 layout/reftests/text-decoration/decoration-style-standards.html (limited to 'layout/reftests/text-decoration/decoration-style-standards.html') diff --git a/layout/reftests/text-decoration/decoration-style-standards.html b/layout/reftests/text-decoration/decoration-style-standards.html new file mode 100644 index 0000000000..4ad687e126 --- /dev/null +++ b/layout/reftests/text-decoration/decoration-style-standards.html @@ -0,0 +1,34 @@ + +

+ 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 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