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

Unified Diff: webkit/data/layout_tests/chrome/fast/forms/basic-textareas.html

Issue 500151: Remove two layout tests under chrome/fast/forms ; they've been obsoleted... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: don't remove FAIL expectation for fast/forms/basic-textareas; the test still fails Created 11 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
« no previous file with comments | « no previous file | webkit/data/layout_tests/chrome/fast/forms/textarea-metrics.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/data/layout_tests/chrome/fast/forms/basic-textareas.html
===================================================================
--- webkit/data/layout_tests/chrome/fast/forms/basic-textareas.html (revision 34990)
+++ webkit/data/layout_tests/chrome/fast/forms/basic-textareas.html (working copy)
@@ -1,252 +0,0 @@
-<!Doctype HTML><html><head><style>
-div {
- border:1px solid red;
- width:350px;
- font-size:14px;
- line-height:14px;
-}
-.wrapper-div {
- float:left;
-}
-</style></head>
-<body>
-<div class='wrapper-div'>
-Plain textarea with little content
-<div>
-A
-<textarea>Lorem ipsum dolor</textarea>
-B
-</div>
-
-Plain textarea
-<div>
-A
-<textarea>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-Disabled textarea
-<div>
-A
-<textarea DISABLED>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-style="padding:10px"
-<div>
-A
-<textarea style="padding:10px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-style="padding:0px"
-<div>
-A
-<textarea style="padding:0px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-style="margin:10px"
-<div>
-A
-<textarea style="margin:10px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-style="margin:0px"
-<div>
-A
-<textarea style="margin:0px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-cols=3
-<div>
-A
-<textarea cols=3>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-rows=3
-<div>
-A
-<textarea rows=3>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-cols=10
-<div>
-A
-<textarea cols=10>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-rows=10
-<div>
-A
-<textarea rows=10>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-cols=5 rows=4
-<div>
-A
-<textarea cols=5 rows=4>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-</div>
-<div class='wrapper-div'>
-
-style="width:60px"
-<div>
-A
-<textarea style="width:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-style="width:60px;padding:20px"
-<div>
-A
-<textarea style="width:60px;padding:20px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-style="width:60px;padding:0"
-<div>
-A
-<textarea style="width:60px;padding:0">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-style="height:60px"
-<div>
-A
-<textarea style="height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-style="width:60px;height:60px"
-<div>
-A
-<textarea style="width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-style="overflow:hidden"
-<div>
-A
-<textarea style="overflow:hidden">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-style="overflow:scroll"
-<div>
-A
-<textarea style="overflow:scroll">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-style="overflow:hidden;width:60px;height:60px"
-<div>
-A
-<textarea style="overflow:hidden;width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-style="overflow:scroll;width:60px;height:60px"
-<div>
-A
-<textarea style="overflow:scroll;width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-cols=5 style="width:60px;height:60px"
-<div>
-A
-<textarea cols=5 style="width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-rows=4 style="width:60px;height:60px"
-<div>
-A
-<textarea rows=4 style="width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-cols=5 rows=4 style="width:60px;height:60px"
-<div>
-A
-<textarea cols=5 rows=4 style="width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea>
-B
-</div>
-
-wrap="off"
-<div>
-A
-<textarea wrap="off">
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-</textarea>
-B
-</div>
-
-wrap="hard"
-<div>
-A
-<textarea wrap="hard">
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-</textarea>
-B
-</div>
-
-wrap="soft"
-<div>
-A
-<textarea wrap="soft">
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-This is a text area with wrap="soft"
-</textarea>
-B
-</div>
-</div>
-
-</body></html>
« no previous file with comments | « no previous file | webkit/data/layout_tests/chrome/fast/forms/textarea-metrics.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698