layout/reftests/bugs/514917-1-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE HTML>
     2 <title>Testcase, bug 514917</title>
     3 <style type="text/css">
     5 body > div > div {
     6   width: 100px;
     7   height: 100px;
     8   box-shadow: blue 50px 50px;
     9 }
    11 body > div > div > div {
    12   width: 160px;
    13   height: 160px;
    14   border: medium solid;
    15 }
    17 </style>
    18 <body>
    19 <div><div><div></div></div></div>
    20 </body>

mercurial