Bug 50145 - [Qt] fast/forms/textarea-appearance-wrap.html fails with Qt >= 4.7.1
Summary: [Qt] fast/forms/textarea-appearance-wrap.html fails with Qt >= 4.7.1
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 46248 79666
  Show dependency treegraph
 
Reported: 2010-11-29 03:52 PST by Csaba Osztrogonác
Modified: 2012-11-21 03:24 PST (History)
1 user (show)

See Also:


Attachments
fail - png (25.86 KB, image/png)
2010-11-29 03:52 PST, Csaba Osztrogonác
no flags Details
expected png (23.96 KB, image/png)
2010-11-29 03:53 PST, Csaba Osztrogonác
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2010-11-29 03:52:16 PST
Created attachment 75011 [details]
fail - png

It fails with DRT, but passes with QtTestBrowser.
Comment 1 Csaba Osztrogonác 2010-11-29 03:53:02 PST
Created attachment 75012 [details]
expected png
Comment 2 Csaba Osztrogonác 2012-05-18 06:00:14 PDT
Still valid bug, fail with Qt 4.8 and Qt 5 WK1 and WK2 too.

Qt 4.8 fail:
--- /home/oszi/WebKit/WebKitBuild/Release/layout-test-results/fast/forms/textarea-appearance-wrap-expected.txt 
+++ /home/oszi/WebKit/WebKitBuild/Release/layout-test-results/fast/forms/textarea-appearance-wrap-actual.txt 
@@ -14,7 +14,8 @@
 wrap=off: Success
 
 
-wrap=hard rtl text: Success
+wrap=hard rtl text: Failure. Expected %0D%A in the result at the line-wrap. 
+Actual form data: ta_WrapHardRTL=×בג×בג×בג×בג
 
 
 wrap=hard mixed rtl and ltr text: Success

Qt 5 fail:
--- /home/oszi/WebKit/WebKitBuild/Release/layout-test-results/fast/forms/textarea-appearance-wrap-expected.txt 
+++ /home/oszi/WebKit/WebKitBuild/Release/layout-test-results/fast/forms/textarea-appearance-wrap-actual.txt 
@@ -14,7 +14,8 @@
 wrap=off: Success
 
 
-wrap=hard rtl text: Success
+wrap=hard rtl text: Failure. Expected %0D%A in the result at the line-wrap. 
+Actual form data: ta_WrapHardRTL=×בג×בג×בג×בג
 
 
 wrap=hard mixed rtl and ltr text: Success
Comment 3 Csaba Osztrogonác 2012-11-21 03:24:21 PST
It passes now, so I unskipped it.