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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/textarea/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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd"> 2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html lang="en"> 3 <html lang="en">
4 <head> 4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
6 <title>StyledTA</title> 6 <title>StyledTA</title>
7 <meta name="generator" content="BBEdit 8.2"> 7 <meta name="generator" content="BBEdit 8.2">
8 <style type="text/css"> 8 <style type="text/css">
9 .p { 9 .p {
10 border: dotted silver 1px; 10 border: dotted silver 1px;
(...skipping 17 matching lines...) Expand all
28 <br/><br/>Un-Styled Textarea<br/> 28 <br/><br/>Un-Styled Textarea<br/>
29 <textarea>Demo text here that wraps a bit and should demonstrate the goodness of line-height</textarea> 29 <textarea>Demo text here that wraps a bit and should demonstrate the goodness of line-height</textarea>
30 <br/><br/>Totally Blank Un-Styled Textarea<br/> 30 <br/><br/>Totally Blank Un-Styled Textarea<br/>
31 <textarea></textarea> 31 <textarea></textarea>
32 <br/><br/>Totally Blank STYLED Textarea<br/> 32 <br/><br/>Totally Blank STYLED Textarea<br/>
33 <textarea id="myTA" class="p"></textarea> 33 <textarea id="myTA" class="p"></textarea>
34 34
35 </p> 35 </p>
36 </body> 36 </body>
37 </html> 37 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698