[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

mrobinson at webkit.org mrobinson at webkit.org
Wed Dec 22 11:39:43 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f734b92baeaee0714c90304986833d7ea4ec823d
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 3 01:48:07 2010 +0000

    2010-08-02  Martin Robinson  <mrobinson at igalia.com>
    
            [GTK] Use GdkPixbuf for ImageBuffer::toDataURL
            https://bugs.webkit.org/show_bug.cgi?id=43088
    
            Rebaseline some tests after r64506.
    
            * platform/gtk/fast/canvas/canvas-toDataURL-case-insensitive-mimetype-expected.txt:
            * platform/gtk/fast/canvas/toDataURL-supportedTypes-expected.txt: Copied from LayoutTests/platform/qt/fast/canvas/toDataURL-supportedTypes-expected.txt.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64521 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 3d42215..16978be 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-02  Martin Robinson  <mrobinson at igalia.com>
+
+        [GTK] Use GdkPixbuf for ImageBuffer::toDataURL
+        https://bugs.webkit.org/show_bug.cgi?id=43088
+
+        Rebaseline some tests after r64506.
+
+        * platform/gtk/fast/canvas/canvas-toDataURL-case-insensitive-mimetype-expected.txt:
+        * platform/gtk/fast/canvas/toDataURL-supportedTypes-expected.txt: Copied from LayoutTests/platform/qt/fast/canvas/toDataURL-supportedTypes-expected.txt.
+
 2010-08-02  Andrew Wilson  <atwilson at chromium.org>
 
         Unreviewed text expectations changes for Chromium.
diff --git a/LayoutTests/platform/gtk/fast/canvas/canvas-toDataURL-case-insensitive-mimetype-expected.txt b/LayoutTests/platform/gtk/fast/canvas/canvas-toDataURL-case-insensitive-mimetype-expected.txt
index 36494b4..38b5101 100644
--- a/LayoutTests/platform/gtk/fast/canvas/canvas-toDataURL-case-insensitive-mimetype-expected.txt
+++ b/LayoutTests/platform/gtk/fast/canvas/canvas-toDataURL-case-insensitive-mimetype-expected.txt
@@ -6,6 +6,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
 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
diff --git a/LayoutTests/platform/qt/fast/canvas/toDataURL-supportedTypes-expected.txt b/LayoutTests/platform/gtk/fast/canvas/toDataURL-supportedTypes-expected.txt
similarity index 100%
copy from LayoutTests/platform/qt/fast/canvas/toDataURL-supportedTypes-expected.txt
copy to LayoutTests/platform/gtk/fast/canvas/toDataURL-supportedTypes-expected.txt

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list