layout/reftests/bugs/455105-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 <html><head><title>455105 ref</title>
     3 <style>
     4 div {
     5   position: absolute;
     6   top: 10px; left: 10px;
     7   width: 40px;
     8   height: 40px;
     9   border-width: 10px;
    10   border-style: solid;
    11   border-color: green;
    12   background-color: green;
    13 }
    14 </style>
    15 </head><body>
    16 <div></div>
    17 </body></html>

mercurial