⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 140460 in webkit


Ignore:
Timestamp:
Jan 22, 2013, 1:27:13 PM (14 years ago)
Author:
zandobersek@gmail.com
Message:

[GTK] Enable CSS Image Orientation feature
https://bugs.webkit.org/show_bug.cgi?id=99040

Patch by Zan Dobersek <zandobersek@gmail.com> on 2013-01-22
Reviewed by Martin Robinson.

Tools:

Enable the CSS Image Orientation feature in the development
builds of the GTK port. The feature is still disabled in the release
builds.

  • Scripts/webkitperl/FeatureList.pm:

LayoutTests:

Remove the general expectation, replacing it with a failure expectation
for the test that's failing due to whitespace problems in the cssText attribute
value after the image orientation attribute is set.

  • platform/gtk/TestExpectations:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r140459 r140460  
     12013-01-22  Zan Dobersek  <zandobersek@gmail.com>
     2
     3        [GTK] Enable CSS Image Orientation feature
     4        https://bugs.webkit.org/show_bug.cgi?id=99040
     5
     6        Reviewed by Martin Robinson.
     7
     8        Remove the general expectation, replacing it with a failure expectation
     9        for the test that's failing due to whitespace problems in the cssText attribute
     10        value after the image orientation attribute is set.
     11
     12        * platform/gtk/TestExpectations:
     13
    1142013-01-22  Zan Dobersek  <zandobersek@gmail.com>
    215
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r140459 r140460  
    364364webkit.org/b/99057 fast/css/variables [ Skip ]
    365365webkit.org/b/99057 inspector/styles/variables [ Skip ]
    366 
    367 # CSS image-orientation is not yet enabled.
    368 webkit.org/b/99040 fast/css/image-orientation [ Failure ]
    369366
    370367# No CORS support for media elements is implemented yet.
     
    13861383webkit.org/b/105574 fast/spatial-navigation/snav-div-overflow-scrol-hidden.html [ Failure ]
    13871384
     1385webkit.org/b/106563 fast/css/image-orientation/image-orientation.html [ Failure ]
     1386
    13881387#////////////////////////////////////////////////////////////////////////////////////////
    13891388# End of Tests failing
  • trunk/Tools/ChangeLog

    r140459 r140460  
     12013-01-22  Zan Dobersek  <zandobersek@gmail.com>
     2
     3        [GTK] Enable CSS Image Orientation feature
     4        https://bugs.webkit.org/show_bug.cgi?id=99040
     5
     6        Reviewed by Martin Robinson.
     7
     8        Enable the CSS Image Orientation feature in the development
     9        builds of the GTK port. The feature is still disabled in the release
     10        builds.
     11
     12        * Scripts/webkitperl/FeatureList.pm:
     13
    1142013-01-22  Zan Dobersek  <zandobersek@gmail.com>
    215
  • trunk/Tools/Scripts/webkitperl/FeatureList.pm

    r140459 r140460  
    199199
    200200    { option => "css-image-orientation", desc => "Toggle CSS image-orientation support",
    201       define => "ENABLE_CSS_IMAGE_ORIENTATION", default => 0, value => \$cssImageOrientationSupport },
     201      define => "ENABLE_CSS_IMAGE_ORIENTATION", default => isGtk(), value => \$cssImageOrientationSupport },
    202202
    203203    { option => "css-image-resolution", desc => "Toggle CSS image-resolution support",
Note: See TracChangeset for help on using the changeset viewer.