Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / basic-textareas-quirks.html
blobbcbc6ba77eed7aaa0990919f0486bd0fb1121c3e
1 <html><head><style>
2 div {
3 border:1px solid red;
4 width:350px;
5 font-size:14px;
6 line-height:14px;
8 .wrapper-div {
9 float:left;
11 </style></head>
12 <body>
14 <div class='wrapper-div'>
15 Plain textarea with little content
16 <div>
18 <textarea>Lorem ipsum dolor</textarea>
20 </div>
22 Plain textarea
23 <div>
25 <textarea>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
27 </div>
29 Disabled textarea
30 <div>
32 <textarea DISABLED>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
34 </div>
36 style="padding:10px"
37 <div>
39 <textarea style="padding:10px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
41 </div>
43 style="padding:0px"
44 <div>
46 <textarea style="padding:0px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
48 </div>
50 style="margin:10px"
51 <div>
53 <textarea style="margin:10px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
55 </div>
57 style="margin:0px"
58 <div>
60 <textarea style="margin:0px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
62 </div>
64 cols=3
65 <div>
67 <textarea cols=3>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
69 </div>
71 rows=3
72 <div>
74 <textarea rows=3>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
76 </div>
78 cols=10
79 <div>
81 <textarea cols=10>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
83 </div>
85 rows=10
86 <div>
88 <textarea rows=10>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
90 </div>
92 cols=5 rows=4
93 <div>
95 <textarea cols=5 rows=4>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
97 </div>
99 </div>
100 <div class='wrapper-div'>
102 style="width:60px"
103 <div>
105 <textarea style="width:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
107 </div>
109 style="width:60px;padding:20px"
110 <div>
112 <textarea style="width:60px;padding:20px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
114 </div>
116 style="width:60px;padding:0"
117 <div>
119 <textarea style="width:60px;padding:0">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
121 </div>
123 style="height:60px"
124 <div>
126 <textarea style="height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
128 </div>
130 style="width:60px;height:60px"
131 <div>
133 <textarea style="width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
135 </div>
137 style="overflow:hidden"
138 <div>
140 <textarea style="overflow:hidden">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
142 </div>
144 style="overflow:scroll"
145 <div>
147 <textarea style="overflow:scroll">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
149 </div>
151 style="overflow:hidden;width:60px;height:60px"
152 <div>
154 <textarea style="overflow:hidden;width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
156 </div>
158 style="overflow:scroll;width:60px;height:60px"
159 <div>
161 <textarea style="overflow:scroll;width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
163 </div>
165 cols=5 style="width:60px;height:60px"
166 <div>
168 <textarea cols=5 style="width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
170 </div>
172 rows=4 style="width:60px;height:60px"
173 <div>
175 <textarea rows=4 style="width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
177 </div>
179 cols=5 rows=4 style="width:60px;height:60px"
180 <div>
182 <textarea cols=5 rows=4 style="width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
184 </div>
186 wrap="off"
187 <div>
189 <textarea wrap="off">
190 This is a text area with wrap="soft"
191 This is a text area with wrap="soft"
192 This is a text area with wrap="soft"
193 This is a text area with wrap="soft"
194 This is a text area with wrap="soft"
195 This is a text area with wrap="soft"
196 This is a text area with wrap="soft"
197 This is a text area with wrap="soft"
198 This is a text area with wrap="soft"
199 This is a text area with wrap="soft"
200 This is a text area with wrap="soft"
201 This is a text area with wrap="soft"
202 This is a text area with wrap="soft"
203 This is a text area with wrap="soft"
204 </textarea>
206 </div>
208 wrap="hard"
209 <div>
211 <textarea wrap="hard">
212 This is a text area with wrap="soft"
213 This is a text area with wrap="soft"
214 This is a text area with wrap="soft"
215 This is a text area with wrap="soft"
216 This is a text area with wrap="soft"
217 This is a text area with wrap="soft"
218 This is a text area with wrap="soft"
219 This is a text area with wrap="soft"
220 This is a text area with wrap="soft"
221 This is a text area with wrap="soft"
222 This is a text area with wrap="soft"
223 This is a text area with wrap="soft"
224 This is a text area with wrap="soft"
225 This is a text area with wrap="soft"
226 </textarea>
228 </div>
230 wrap="soft"
231 <div>
233 <textarea wrap="soft">
234 This is a text area with wrap="soft"
235 This is a text area with wrap="soft"
236 This is a text area with wrap="soft"
237 This is a text area with wrap="soft"
238 This is a text area with wrap="soft"
239 This is a text area with wrap="soft"
240 This is a text area with wrap="soft"
241 This is a text area with wrap="soft"
242 This is a text area with wrap="soft"
243 This is a text area with wrap="soft"
244 This is a text area with wrap="soft"
245 This is a text area with wrap="soft"
246 This is a text area with wrap="soft"
247 This is a text area with wrap="soft"
248 </textarea>
250 </div>
251 </div>
252 </body></html>