layout/reftests/backgrounds/background-clip-2-ref.html

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     1 <!DOCTYPE html>
     2 <html>
     3   <body>
     4     <div style="padding: 10px;
     5                 width: 100px;
     6                 height: 100px;
     7                 border: 10px solid black">
     8       <div style="width: 100px; height: 100px; background: black">
     9       </div>
    10     </div>
    11   </body>
    12 </html>

mercurial