Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
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 </style>
17 </head>
18 <body>
19 <div class="wrapper"><div id="test1"></div></div>
20 <div class="wrapper"><div id="test2"></div></div>
21 <div class="wrapper"><div id="test3"></div></div>
22 <div class="wrapper"><div id="test4"></div></div>
23 </body>
24 </html>