layout/reftests/transform-3d/perspective-origin-4-ref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!DOCTYPE html>
     2 <html lang="en">
     3 <head>
     4   <title>Testcase for bug 770629</title>
     5   <style>
     7 div {
     8   position: absolute;
     9   left: 125px;
    10   width: 50px;
    11   height: 100px;
    12   background: blue;
    13 }
    15   </style>
    16 </head>
    17 <body>
    18   <div></div>
    19 </body>
    20 </html>

mercurial