layout/reftests/image-rect/background-monster-rect-ref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

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: 32px;
    18         height: 32px;
    19         background: 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     <div class="wrapper"><div id="test3"></div></div>
    27     <div class="wrapper"><div id="test4"></div></div>
    28   </body>
    29 </html>

mercurial