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

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 style="font-size:123px">
michael@0 39 <span class=a style="left:813px;">Cadrul didactic trebuie să fie o călăuză care să</span>
michael@0 40 </div>
michael@0 41
michael@0 42 </div>
michael@0 43
michael@0 44 </body>
michael@0 45 </html>

mercurial