layout/reftests/bugs/776265-1a.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE HTML>
     2 <html>
     3 <head>
     4 <title>Testcase for bug 776265 - checks min-height with box-sizing: border-box</title>
     5 <style type="text/css">
     6 textarea {
     7     float: left;
     8     height: 40px;
     9     width: 50px;
    10     min-height: 50px;
    11     border: 1px solid #aaa;
    12     padding: 4px;
    13     box-sizing: border-box;
    14 }
    15 </style>
    16 </head>
    17 <body><textarea></textarea>
    18 </body>
    19 </html>

mercurial