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 |