Fix failing reftests for resizable textareas. Bug 562963

This commit is contained in:
Simon Montagu 2010-05-02 09:23:41 +03:00
parent 49da3f5fd6
commit b08b1c3689
7 changed files with 7 additions and 7 deletions

View File

@ -5,6 +5,6 @@
<title></title> <title></title>
</head> </head>
<body> <body>
<textarea cols=20 rows=2 style="overflow: scroll; -moz-resize: none"></textarea> <textarea cols=20 rows=4 style="overflow: scroll; -moz-resize: none"></textarea>
</body> </body>
</html> </html>

View File

@ -5,6 +5,6 @@
<title></title> <title></title>
</head> </head>
<body> <body>
<textarea cols=20 rows=2 style="float: left; overflow: scroll; -moz-resize: none"></textarea> <textarea cols=20 rows=4 style="float: left; overflow: scroll; -moz-resize: none"></textarea>
</body> </body>
</html> </html>

View File

@ -5,6 +5,6 @@
<title></title> <title></title>
</head> </head>
<body> <body>
<textarea dir="ltr" cols=20 rows=2 style="overflow: scroll; -moz-resize: none"></textarea> <textarea dir="ltr" cols=20 rows=4 style="overflow: scroll; -moz-resize: none"></textarea>
</body> </body>
</html> </html>

View File

@ -5,6 +5,6 @@
<title></title> <title></title>
</head> </head>
<body> <body>
<textarea cols=20 rows=2></textarea> <textarea cols=20 rows=4></textarea>
</body> </body>
</html> </html>

View File

@ -5,6 +5,6 @@
<title></title> <title></title>
</head> </head>
<body> <body>
<textarea cols=20 rows=2 style="-moz-resize: none"></textarea> <textarea cols=20 rows=4 style="-moz-resize: none"></textarea>
</body> </body>
</html> </html>

View File

@ -5,6 +5,6 @@
<title></title> <title></title>
</head> </head>
<body> <body>
<textarea dir="rtl" cols=20 rows=2 style="overflow: scroll; -moz-resize: none"></textarea> <textarea dir="rtl" cols=20 rows=4 style="overflow: scroll; -moz-resize: none"></textarea>
</body> </body>
</html> </html>

View File

@ -5,6 +5,6 @@
<title></title> <title></title>
</head> </head>
<body> <body>
<textarea dir="rtl" cols=20 rows=2></textarea> <textarea dir="rtl" cols=20 rows=4></textarea>
</body> </body>
</html> </html>