layout/reftests/bugs/776265-2b.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

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

mercurial