Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!DOCTYPE html>
2 <!--
3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/licenses/publicdomain/
5 -->
6 <html>
7 <head>
8 <title>Testcases: -moz-image-rect() [bug 113577]</title>
9 <style>
10 div.wrapper {
11 width: 32px;
12 height: 32px;
13 margin: 10px;
14 background-color: red;
15 }
16 div.wrapper div {
17 width: 16px;
18 height: 16px;
19 background: -16px -16px url('green-16x16-in-blue-32x32.png') no-repeat;
20 }
21 </style>
22 </head>
23 <body>
24 <div class="wrapper"><div id="test1"></div></div>
25 <div class="wrapper"><div id="test2"></div></div>
26 </body>
27 </html>