Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/textarea-width.html

Issue 1524663002: Move textarea-related tests to fast/forms/textarea/, part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698