layout/reftests/image-rect/background-over-size-rect-ref.html

branch
TOR_BUG_9701
changeset 14
925c144e1f1f
equal deleted inserted replaced
-1:000000000000 0:8f29e3ee854d
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>

mercurial