[Webkit-unassigned] [Bug 87740] New: [Qt] REGRESSION(r118568): It broke fast/forms/textarea-maxlength.html on Qt 4.8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 06:34:41 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87740

           Summary: [Qt] REGRESSION(r118568): It broke
                    fast/forms/textarea-maxlength.html on Qt 4.8
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: darin at apple.com, mitz at webkit.org
            Blocks: 79666,87521


After http://trac.webkit.org/changeset/118568, fast/forms/textarea-maxlength.html 
started to fail on Qt 4.8 platforms. (It passes on Qt 5, because Qt 5 build uses ICU)

--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/forms/textarea-maxlength-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/forms/textarea-maxlength-actual.txt 
@@ -23,8 +23,8 @@
 PASS textArea.value is "A\nB"
 PASS textArea.value is "a\n\n"
 PASS textArea.value is "\n\n\n"
-PASS textArea.value is "AB" + fancyX
-PASS textArea.value.length is 5
+FAIL textArea.value should be ABx̲̅. Was AB.
+FAIL textArea.value.length should be 5. Was 2.
 PASS textArea.value is "ABC"
 PASS textArea.value is "AB" + u10000
 PASS textArea.value.length is 4

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list