Index: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/forms/textarea-appearance-wrap-expected.txt |
=================================================================== |
--- webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/forms/textarea-appearance-wrap-expected.txt (revision 0) |
+++ webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/forms/textarea-appearance-wrap-expected.txt (revision 0) |
@@ -0,0 +1,30 @@ |
+This tests that textarea wrap attributes work correctly when submitting a form. |
+ |
+ |
+ |
+ |
+ |
+ |
+wrap=hard : Failure |
ojan
2009/03/18 20:34:31
Are these failure messages in the upstream version
dglazkov
2009/03/18 21:01:09
No. I'll move this to failing.
|
+ta_WrapHard=123456 789 != ta_WrapHard=1234567 89 |
+ |
+ |
+wrap=soft : Success |
+ |
+ |
+wrap=off : Success |
+ |
+ |
+wrap=hard rtl text : Failure |
+ta_WrapHardRTL=אבגאבג אבגאבג != ta_WrapHardRTL=אבגאבגאב גאבג |
+ |
+ |
+wrap=hard mixed rtl and ltr text : Failure |
+ta_WrapHardBidi=abcאבג אבגabc != ta_WrapHardBidi=abcאבגאב גabc |
+ |
+ |
+wrap=hard visibility:hidden: Failure |
+ta_WrapHardHidden=123456 789 != ta_WrapHardHidden=1234567 89 |
+ |
+ |
+ |