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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/textarea/basic-textareas-quirks.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 <html><head><style> 1 <html><head><style>
2 div { 2 div {
3 border:1px solid red; 3 border:1px solid red;
4 width:350px; 4 width:350px;
5 font-size:14px; 5 font-size:14px;
6 line-height:14px; 6 line-height:14px;
7 } 7 }
8 .wrapper-div { 8 .wrapper-div {
9 float:left; 9 float:left;
10 } 10 }
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 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" 244 This is a text area with wrap="soft"
245 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" 246 This is a text area with wrap="soft"
247 This is a text area with wrap="soft" 247 This is a text area with wrap="soft"
248 </textarea> 248 </textarea>
249 B 249 B
250 </div> 250 </div>
251 </div> 251 </div>
252 </body></html> 252 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698