1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/446100-1d.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html reftest-zoom="2.0"> 1.6 +<head> 1.7 +<style> 1.8 +div { margin:1em; } 1.9 +/* A 7x7px image, black with a 5x5 transparent box centered in it */ 1.10 +div.box { background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAFklEQVQImWNgYGD4jwdDCCxgQCWxYgBX8hfpeym4dwAAAABJRU5ErkJggg==); } 1.11 +/* A 7x5px image, black with a 5x5 transparent box centered in it */ 1.12 +div.vstrip { background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAYAAACJmvbYAAAAFElEQVQImWNgYGD4z4Ad/GcYAEkAw+kJ94z5rSYAAAAASUVORK5CYII=); } 1.13 +/* A 5x7px image, black with a 5x5 transparent box centered in it */ 1.14 +div.hstrip { background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAE0lEQVQImWNgYGD4jwXTD2DYDgDN4Qn3yMcPlwAAAABJRU5ErkJggg==); } 1.15 +</style> 1.16 +</head> 1.17 +<body> 1.18 +<div class="box" style="background-position:-1px -1px; width:5px; height:5px;"></div> 1.19 +<div class="vstrip" style="background-position:-1px 0px; width:5px; height:22px;"></div> 1.20 +<div class="hstrip" style="background-position:0px -1px; width:22px; height:5px;"></div> 1.21 +</body> 1.22 +</html>