layout/reftests/box-sizing/intrinsic-1b.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 <body>
     3   <div style="display: inline-block; background: blue; height: 200px">
     4     <img src="lime100x100.png"
     5          style="height: 200px; display: block; visibility: hidden;
     6                 padding: 15% 30px;
     7                 box-sizing: padding-box;">
     8   </div>
     9 </body>

mercurial