From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../decoration-color-standards-ref.html | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 layout/reftests/text-decoration/decoration-color-standards-ref.html (limited to 'layout/reftests/text-decoration/decoration-color-standards-ref.html') diff --git a/layout/reftests/text-decoration/decoration-color-standards-ref.html b/layout/reftests/text-decoration/decoration-color-standards-ref.html new file mode 100644 index 0000000000..f478fb5083 --- /dev/null +++ b/layout/reftests/text-decoration/decoration-color-standards-ref.html @@ -0,0 +1,77 @@ + + +

+ This blue text has green decoration lines +

+

+ This red text has yellow decoration lines +

+

+ This blue text has red lines +

+

+ This orange text has transparent lines +

+

+ Here is no decoration lines, but + + + this blue text has green decoration lines, + and here is no decoration lines too. +

+

+ This is red paragraph and here is no decoration lines, but + + here are green decoration lines, + and here is no decoration lines too. +

+

+ This is purple paragraph and here are decoration lines of current color, but + + here are red decoration lines, + and here are current color decoration lines. +

+

+ This is green paragraph and here are decoration lines of current color, and + + here is specified red decoration color but has current color lines, + and here are current color decoration lines. +

+

+ This is blue paragraph, + + here is red text with red decoration lines, + and here is blue text without decoration lines. +

+

+ This is blue paragraph and decoration color is specified as green, + + here is red text with green decoration lines, + and here is blue text without decoration lines. +

+

+ Here has blue decoration lines even though its color is specified as red + before text-decoration. +

-- cgit v1.2.3