layout/reftests/bugs/745934-1.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>
     3 <head>
     4 <style>
     5 div {
     6     position: absolute;
     7 	top: 200px; left: 200px;
     8     width: 600px;
     9     height: 500px;
    10 	background: yellow;
    11 	opacity: 0.3;
    12 	-moz-transform-style: preserve-3d;
    13 	-webkit-transform-style: preserve-3d;
    14 	transform-style: preserve-3d;
    15 	-moz-transform: translate(-200px, -200px);
    16 	-webkit-transform: translate(-200px, -200px);
    17 	transform: translate(-200px, -200px);
    18 }
    19 </style>
    20 </head>
    21 <body>
    22 <div></div>
    23 </body>
    24 </html>

mercurial