[Webkit-unassigned] [Bug 92669] New: [Qt] load event fires on XMLHttpRequestUpload twice with Qt5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 30 13:03:39 PDT 2012


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

           Summary: [Qt] load event fires on XMLHttpRequestUpload twice
                    with Qt5
           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
            Blocks: 79666


Because of this bug there are two failing tests with Qt5 (WK1 and WK2 too):

--- /storage/WebKit/WebKitBuild/Release/layout-test-results/http/tests/xmlhttprequest/upload-onprogress-event-expected.txt
+++ /storage/WebKit/WebKitBuild/Release/layout-test-results/http/tests/xmlhttprequest/upload-onprogress-event-actual.txt
@@ -2,4 +2,6 @@

 PASS: onprogress event fired on XMLHttpRequestUpload.
 onprogress: [object XMLHttpRequestProgressEvent] [Loaded: 4 Total: 4]
+PASS: onprogress event fired on XMLHttpRequestUpload.
+onprogress: [object XMLHttpRequestProgressEvent] [Loaded: 0 Total: 0]

--- /storage/WebKit/WebKitBuild/Release/layout-test-results/http/tests/xmlhttprequest/upload-progress-events-expected.txt
+++ /storage/WebKit/WebKitBuild/Release/layout-test-results/http/tests/xmlhttprequest/upload-progress-events-actual.txt
@@ -3,4 +3,5 @@
 PASS: loadstart event fired on XMLHttpRequestUpload: [object XMLHttpRequestProgressEvent]
 PASS: onprogress event fired on XMLHttpRequestUpload: [object XMLHttpRequestProgressEvent] [Loaded: 4 Total: 4]
 PASS: load event fired on XMLHttpRequestUpload: [object XMLHttpRequestProgressEvent]
+PASS: onprogress event fired on XMLHttpRequestUpload: [object XMLHttpRequestProgressEvent] [Loaded: 0 Total: 0]

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