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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/textAreaLineHeight.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/textAreaLineHeight.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/textAreaLineHeight.html b/third_party/WebKit/LayoutTests/fast/forms/textAreaLineHeight.html
deleted file mode 100644
index 9ddf3f518e9ab1d0fd6e21f05b442d9f1a0cebf2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/textAreaLineHeight.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
-<head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>StyledTA</title>
- <meta name="generator" content="BBEdit 8.2">
- <style type="text/css">
- .p {
- border: dotted silver 1px;
- font-style:italic;
- font-family: Verdana, Arial, Helvetica;
- font-size: 10pt;
- line-height:400%;
- width:400px; height:200px;
- }
-
- </style>
-</head>
-<body>
-line-height settings not reflected in textarea<br/>
-<p> TEXTAREA<br/>
- <textarea id="myTA" class="p">Demo text here that wraps a bit and should demonstrate the goodness of line-height</textarea>
- <br/><br/>PARAGRAPH - works
- <p class="p">Demo text here that wraps a bit and should demonstrate the goodness of line-height</p>
- <br/>DIV - works<br/>
- <div class="p">Demo text here that wraps a bit and should demonstrate the goodness of line-height</div>
- <br/><br/>Un-Styled Textarea<br/>
- <textarea>Demo text here that wraps a bit and should demonstrate the goodness of line-height</textarea>
- <br/><br/>Totally Blank Un-Styled Textarea<br/>
- <textarea></textarea>
- <br/><br/>Totally Blank STYLED Textarea<br/>
- <textarea id="myTA" class="p"></textarea>
-
-</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698