layout/reftests/bugs/446100-1c.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 reftest-zoom="1.8">
michael@0 3 <head>
michael@0 4 <style>
michael@0 5 div { margin:1em; }
michael@0 6 /* A 7x7px image, black with a 5x5 transparent box centered in it */
michael@0 7 div.box { background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAFklEQVQImWNgYGD4jwdDCCxgQCWxYgBX8hfpeym4dwAAAABJRU5ErkJggg==); }
michael@0 8 /* A 7x5px image, black with a 5x5 transparent box centered in it */
michael@0 9 div.vstrip { background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAYAAACJmvbYAAAAFElEQVQImWNgYGD4z4Ad/GcYAEkAw+kJ94z5rSYAAAAASUVORK5CYII=); }
michael@0 10 /* A 5x7px image, black with a 5x5 transparent box centered in it */
michael@0 11 div.hstrip { background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAE0lEQVQImWNgYGD4jwXTD2DYDgDN4Qn3yMcPlwAAAABJRU5ErkJggg==); }
michael@0 12 </style>
michael@0 13 </head>
michael@0 14 <body>
michael@0 15 <div class="box" style="background-position:-1px -1px; width:5px; height:5px;"></div>
michael@0 16 <div class="vstrip" style="background-position:-1px 0px; width:5px; height:22px;"></div>
michael@0 17 <div class="hstrip" style="background-position:0px -1px; width:22px; height:5px;"></div>
michael@0 18 </body>
michael@0 19 </html>

mercurial