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

Unified Diff: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/forms/textarea-hard-linewrap-expected.txt

Issue 42352: WebKit Merge 41768:41807, Chromium Side (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 months 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: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/forms/textarea-hard-linewrap-expected.txt
===================================================================
--- webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/forms/textarea-hard-linewrap-expected.txt (revision 0)
+++ webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/forms/textarea-hard-linewrap-expected.txt (revision 0)
@@ -0,0 +1,7 @@
+This tests that a textarea's default value is submitted with hard line wraps (carriage returns where line wraps appear in the textarea).
+
+Due to a bug, the textarea is actually a bit wider than we specify via the cols attribute, so, the number and position of the carriage returns in the submitted data is not what you'd expect. The expected results for this testcase should be updated when bug 7505 is fixed.
+
+
+Failure. The form data that should have been submitted: textarea=1234567%0D%0A89
ojan 2009/03/18 20:34:31 This looks like it's failing. Does this fail like
dglazkov 2009/03/18 21:01:09 Ditto.
+This is what was actually submitted: textarea=123456%0D%0A789

Powered by Google App Engine
This is Rietveld 408576698