Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Testcase for bug 776265 - checks max-width</title>
5 <style type="text/css">
6 textarea {
7 float: left;
8 height: 50px;
9 width: 70px;
10 max-width: 50px;
11 border: 1px solid #aaa;
12 padding: 4px;
13 }
14 </style>
15 </head>
16 <body><textarea></textarea>
17 </body>
18 </html>