| Index: third_party/WebKit/LayoutTests/fast/forms/textarea-width.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/textarea-width.html b/third_party/WebKit/LayoutTests/fast/forms/textarea-width.html
|
| deleted file mode 100644
|
| index dcab5366db93b7400edda4d7b0620931eb8fd3cc..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/textarea-width.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<style type="text/css">
|
| -.input{font-size:10px; color:#333; font-family:Verdana,Helvetica,sans-serif;}
|
| -</style>
|
| -</head>
|
| -<body>
|
| -<div>This text area should be drawn with a reasonable width. To match IE, using GDI fonts it should wrap at 66 characters (after the X in the third set of digits). See https://bugs.webkit.org/show_bug.cgi?id=15312.</div><br />
|
| -<textarea rows="20" cols="88" wrap="soft" class="input">
|
| -1234567890abcdefghijABCDEFGHIJ1234567890abcdefghijABCDEFGHIJ12345X7890abcdefghijABCDEFGXIJ1234567890abcdefghijABCDEFGHIJ
|
| -</textarea>
|
| -</body>
|
| -</html>
|
|
|