[Webkit-unassigned] [Bug 83764] New: [Qt] Two canvas tests fail with QT_IMAGE_DECODER=0 setup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 12 02:57:44 PDT 2012


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

           Summary: [Qt] Two canvas tests fail with QT_IMAGE_DECODER=0
                    setup
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zoltan at webkit.org
                CC: noel.gordon at gmail.com
        Depends on: 32410


fast/canvas/canvas-toDataURL-case-insensitive-mimetype.html

--- /home/zoltan/prog/local/WebKit/WebKitBuild/Release/layout-test-results/fast/canvas/canvas-toDataURL-case-insensitive-mimetype-expected.txt
+++ /home/zoltan/prog/local/WebKit/WebKitBuild/Release/layout-test-results/fast/canvas/canvas-toDataURL-case-insensitive-mimetype-actual.txt
@@ -6,9 +6,6 @@
 PASS tryMimeType('image/png') is 'image/png'
 PASS tryMimeType('iMAge/Png') is 'image/png'
 PASS tryMimeType('IMAGE/PNG') is 'image/png'
-PASS tryMimeType('image/jpeg') is 'image/jpeg'
-PASS tryMimeType('imAgE/jPEg') is 'image/jpeg'
-PASS tryMimeType('IMAGE/JPEG') is 'image/jpeg'
 PASS successfullyParsed is true

 TEST COMPLETE

fast/canvas/toDataURL-supportedTypes.html

--- /home/zoltan/prog/local/WebKit/WebKitBuild/Release/layout-test-results/fast/canvas/toDataURL-supportedTypes-expected.txt
+++ /home/zoltan/prog/local/WebKit/WebKitBuild/Release/layout-test-results/fast/canvas/toDataURL-supportedTypes-actual.txt
@@ -4,8 +4,8 @@
 MIME types are the SAME.

 Given MIMEType: image/jpeg
-Used MIMEType: image/jpeg
-MIME types are the SAME.
+Used MIMEType: image/png
+MIME types DIFFER.

 Given MIMEType: image/gif
 Used MIMEType: image/png


Let's check this out!

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