summaryrefslogtreecommitdiffstats
path: root/sw/qa/extras/htmlimport/data/tdf153341.html
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/extras/htmlimport/data/tdf153341.html')
-rw-r--r--sw/qa/extras/htmlimport/data/tdf153341.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/sw/qa/extras/htmlimport/data/tdf153341.html b/sw/qa/extras/htmlimport/data/tdf153341.html
new file mode 100644
index 0000000000..dc69feb73b
--- /dev/null
+++ b/sw/qa/extras/htmlimport/data/tdf153341.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="">
+ <head>
+ <meta charset="utf-8">
+ <title>Color test</title>
+ </head>
+ <body>
+ <p style="color: rgb(255, 0, 0)">1) This text is pasted with color</p>
+ <p style="color: rgb(255 0 0 / 50%)">2) This text is also pasted with color, but the text pasted has a color which ignores the alpha channel</p>
+ <p style="color: rgba(255, 0, 0, 0.3)">3) This text is pasted without color</p>
+ </body>
+</html>
+