layout/reftests/bugs/347912-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE HTML>
     2 <html>
     3 <head>
     4 <title>Testcase, bug 347912</title>
     5 <style type="text/css">
     7 body { background: green; }
     9 div { height: 10px; margin: 1em; }
    11 </style>
    12 </head>
    13 <body>
    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>
    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>
    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>
    39 </body>
    40 </html>

mercurial