Changeset 64521 in webkit


Ignore:
Timestamp:
Aug 2, 2010 6:48:07 PM (14 years ago)
Author:
Martin Robinson
Message:

2010-08-02 Martin Robinson <mrobinson@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.
Location:
trunk/LayoutTests
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64520 r64521  
     12010-08-02  Martin Robinson  <mrobinson@igalia.com>
     2
     3        [GTK] Use GdkPixbuf for ImageBuffer::toDataURL
     4        https://bugs.webkit.org/show_bug.cgi?id=43088
     5
     6        Rebaseline some tests after r64506.
     7
     8        * platform/gtk/fast/canvas/canvas-toDataURL-case-insensitive-mimetype-expected.txt:
     9        * platform/gtk/fast/canvas/toDataURL-supportedTypes-expected.txt: Copied from LayoutTests/platform/qt/fast/canvas/toDataURL-supportedTypes-expected.txt.
     10
    1112010-08-02  Andrew Wilson  <atwilson@chromium.org>
    212
  • trunk/LayoutTests/platform/gtk/fast/canvas/canvas-toDataURL-case-insensitive-mimetype-expected.txt

    r59581 r64521  
    77PASS tryMimeType('iMAge/Png') is 'image/png'
    88PASS tryMimeType('IMAGE/PNG') is 'image/png'
     9PASS tryMimeType('image/jpeg') is 'image/jpeg'
     10PASS tryMimeType('imAgE/jPEg') is 'image/jpeg'
     11PASS tryMimeType('IMAGE/JPEG') is 'image/jpeg'
    912PASS successfullyParsed is true
    1013
Note: See TracChangeset for help on using the changeset viewer.