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-color-quirks-ref.html | 75 ++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 layout/reftests/text-decoration/decoration-color-quirks-ref.html (limited to 'layout/reftests/text-decoration/decoration-color-quirks-ref.html') diff --git a/layout/reftests/text-decoration/decoration-color-quirks-ref.html b/layout/reftests/text-decoration/decoration-color-quirks-ref.html new file mode 100644 index 0000000000..0366b7ddba --- /dev/null +++ b/layout/reftests/text-decoration/decoration-color-quirks-ref.html @@ -0,0 +1,75 @@ + +

+ 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