layout/reftests/bugs/586683-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 <html><head>
     3 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
     4 <style>
     5 body,html { width: 100%; height: 100%; padding: 0; }
     6 #scale {
     7 	position: absolute;
     8 	left: 300px;
     9 	top: 300px;
    10     width: 100px;
    11     height: 100px;
    12 	-moz-transform: scale(4);
    13     border: 1px solid #888;
    14 }
    15 </style>
    16 </head>
    17 <body>
    18 <div id="scale"></div>
    19 </body>
    20 </html>

mercurial