layout/reftests/bugs/745934-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 <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