347912-1.html (1772B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <title>Testcase, bug 347912</title> 5 <style type="text/css"> 6 7 body { background: green; } 8 9 div { height: 10px; margin: 1em; } 10 11 </style> 12 </head> 13 <body> 14 15 <div style="background: red; background: transparent"></div> 16 <div style="color: red; color: transparent">This is text</div> 17 <div style="border: medium solid red; border-color: transparent"></div> 18 <div style="border: medium solid red; border: medium solid transparent"></div> 19 20 <div style="background: red; background: rgba(7, 35, 210, 0)"></div> 21 <div style="color: red; color: rgba(7, 35, 210, 0)">This is text</div> 22 <div style="border: medium solid red; border-color: rgba(7, 35, 210, 0)"></div> 23 <div style="border: medium solid red; border: medium solid rgba(7, 35, 210, 0)"></div> 24 25 <div style="color: red; color: rgba(7, 35, 210, 0.0)">This is text</div> 26 <div style="color: red; color: rgba(7, 35, 210, .0)">This is text</div> 27 <div style="color: red; color: rgba(7, 35, 210, .00000000000)">This is text</div> 28 <div style="color: red; color: rgba(7, 35, 210, +.000)">This is text</div> 29 <div style="color: red; color: rgba(7, 35, 210, +0.0)">This is text</div> 30 <div style="color: red; color: rgba(7, 35, 210, +0)">This is text</div> 31 <div style="color: red; color: hsla(240, 40%, 20%, 0)">This is text</div> 32 <div style="color: red; color: hsla(240, 40%, 20%, 0.0)">This is text</div> 33 <div style="color: red; color: hsla(240, 40%, 20%, .0)">This is text</div> 34 <div style="color: red; color: hsla(240, 40%, 20%, .0000000000000)">This is text</div> 35 <div style="color: red; color: hsla(240, 40%, 20%, +.000)">This is text</div> 36 <div style="color: red; color: hsla(240, 40%, 20%, +0.0)">This is text</div> 37 <div style="color: red; color: hsla(240, 40%, 20%, +0)">This is text</div> 38 39 </body> 40 </html>