[Webkit-unassigned] [Bug 72131] New: REGRESSION (r99924): broke 2 pasteboard tests on GTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 11 08:24:21 PST 2011


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

           Summary: REGRESSION (r99924): broke 2 pasteboard tests on GTK
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com
                CC: dcheng at chromium.org


editing/pasteboard/copy-backslash-with-euc.html and editing/pasteboard/paste-text-events.html now fail. I locally checked that reverting r99924 and r99925 works. Diffs:

--- /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/editing/pasteboard/copy-backslash-with-euc-expected.txt 
+++ /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/editing/pasteboard/copy-backslash-with-euc-actual.txt 
@@ -14,7 +14,7 @@
 from EUC secure to UTF8 text-control: 
 from EUC secure to UTF8 content-editable: ••••••••••••••••••••••••
 from EUC control to UTF8 text-control: 
-from EUC control to UTF8 content-editable: \ from EUC text control
+from EUC control to UTF8 content-editable: ••••••••••••••••••••••••

 Results

@@ -25,7 +25,7 @@
 from EUC secure to UTF8 text-control: PASS
 from EUC secure to UTF8 content-editable: PASS
 from EUC control to UTF8 text-control: PASS
-from EUC control to UTF8 content-editable: PASS
+from EUC control to UTF8 content-editable: FAIL: the actual text was '••••••••••••••••••••••••' (char code of the first character was 8226)
 from UTF8 div to EUC text-control: PASS
 from UTF8 div to EUC content-editable: PASS
 from UTF8 transform to EUC text-control: PASS
@@ -33,5 +33,5 @@
 from UTF8 secure to EUC text-control: PASS
 from UTF8 secure to EUC content-editable: PASS
 from UTF8 control to EUC text-control: PASS
-from UTF8 control to EUC content-editable: PASS
+from UTF8 control to EUC content-editable: FAIL: the actual text was '•••••••••••••••••••••••••' (char code of the first character was 8226)

--- /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/editing/pasteboard/paste-text-events-expected.txt 
+++ /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/editing/pasteboard/paste-text-events-actual.txt 
@@ -8,7 +8,7 @@
 PASS event.data is 'PlainHello'
 PASS testTargetInput.value is 'PlainHello'
 PASS event.data is ''
-PASS testTargetEditable.innerHTML is 'PlainHello'
+FAIL testTargetEditable.innerHTML should be PlainHello. Was •••••••••••••••••••••••••.
 PASS event.data is 'RichHello'
 PASS testTargetTextarea.value is 'RichHello'
 PASS event.data is 'RichHello'

-- 
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