1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/border-image/center-scaling-4b.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<!doctype html> 1.5 +<style> 1.6 +div { 1.7 + border-width: 27px 27px 0 27px; 1.8 + border-style: solid; 1.9 + border-image: url("reticule.png") 27 fill round; 1.10 + width: 216px; 1.11 + height: 108px; 1.12 +} 1.13 +</style> 1.14 +<div></div>