1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/image-rect/background-test-parser-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,40 @@ 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 + } 1.21 + #test1, #test2, #test3 { 1.22 + width: 16px; 1.23 + height: 16px; 1.24 + background: url('green-16x16-in-blue-32x32.png') no-repeat; 1.25 + } 1.26 + #test4 { 1.27 + width: 32px; 1.28 + height: 32px; 1.29 + background-color: yellow; 1.30 + } 1.31 + #test5, #test6 { 1.32 + } 1.33 + </style> 1.34 + </head> 1.35 + <body> 1.36 + <div class="wrapper"><div id="test1"></div></div> 1.37 + <div class="wrapper"><div id="test2"></div></div> 1.38 + <div class="wrapper"><div id="test3"></div></div> 1.39 + <div class="wrapper"><div id="test4"></div></div> 1.40 + <div class="wrapper"><div id="test5"></div></div> 1.41 + <div class="wrapper"><div id="test6"></div></div> 1.42 + </body> 1.43 +</html>