Extend the Link DBG_UTIL support to non-member function Links
[LibreOffice.git] / sw / qa / extras / htmlimport / data / tdf153341.html
blobdc69feb73b70dc9b5d611925ca3015c4a83a0a8f
1 <!DOCTYPE html>
2 <html lang="">
3 <head>
4 <meta charset="utf-8">
5 <title>Color test</title>
6 </head>
7 <body>
8 <p style="color: rgb(255, 0, 0)">1) This text is pasted with color</p>
9 <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>
10 <p style="color: rgba(255, 0, 0, 0.3)">3) This text is pasted without color</p>
11 </body>
12 </html>