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

michael@0 1 <!DOCTYPE html>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <meta http-equiv="Content-Type" content="text/HTML; charset=UTF-8" />
michael@0 5 <style>
michael@0 6
michael@0 7 div.text_layer {
michael@0 8 position:absolute;
michael@0 9 top:0;
michael@0 10 left:0;
michael@0 11 -moz-transform:scale(0.200000);
michael@0 12 -moz-transform-origin:top left;
michael@0 13 -webkit-transform:scale(0.200000);
michael@0 14 -webkit-transform-origin:top left;
michael@0 15 -o-transform:scale(0.200000);
michael@0 16 -o-transform-origin:top left;
michael@0 17 }
michael@0 18
michael@0 19 span.a {
michael@0 20 position:absolute;
michael@0 21 left:0;
michael@0 22 }
michael@0 23
michael@0 24 </style>
michael@0 25 </head>
michael@0 26 <body>
michael@0 27
michael@0 28 <div class="text_layer">
michael@0 29
michael@0 30 <div style="font-size:153px">
michael@0 31 <span class=a style="left:545px; top:585px;">ELENA VÎLCU</span>
michael@0 32 </div>
michael@0 33
michael@0 34 <div style="font-size:117px">
michael@0 35 <span class=a style="left:3116px; top:3757px;"> </span>
michael@0 36 </div>
michael@0 37
michael@0 38 </div>
michael@0 39
michael@0 40 </body>
michael@0 41 </html>

mercurial