1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/image-rect/background-over-size-rect-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +<!DOCTYPE html> 1.5 +<!-- 1.6 + Any copyright is dedicated to the Public Domain. 1.7 + http://creativecommons.org/licenses/publicdomain/ 1.8 +--> 1.9 +<html> 1.10 + <head> 1.11 + <title>Testcases: -moz-image-rect() [bug 113577]</title> 1.12 + <style> 1.13 + div.wrapper { 1.14 + width: 32px; 1.15 + height: 32px; 1.16 + margin: 10px; 1.17 + background-color: red; 1.18 + } 1.19 + div.wrapper div { 1.20 + width: 16px; 1.21 + height: 16px; 1.22 + background: -16px -16px url('green-16x16-in-blue-32x32.png') no-repeat; 1.23 + } 1.24 + </style> 1.25 + </head> 1.26 + <body> 1.27 + <div class="wrapper"><div id="test1"></div></div> 1.28 + <div class="wrapper"><div id="test2"></div></div> 1.29 + </body> 1.30 +</html>