Changeset 140460 in webkit
- Timestamp:
- Jan 22, 2013, 1:27:13 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/platform/gtk/TestExpectations (modified) (2 diffs)
-
Tools/ChangeLog (modified) (1 diff)
-
Tools/Scripts/webkitperl/FeatureList.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r140459 r140460 1 2013-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 1 14 2013-01-22 Zan Dobersek <zandobersek@gmail.com> 2 15 -
trunk/LayoutTests/platform/gtk/TestExpectations
r140459 r140460 364 364 webkit.org/b/99057 fast/css/variables [ Skip ] 365 365 webkit.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 ]369 366 370 367 # No CORS support for media elements is implemented yet. … … 1386 1383 webkit.org/b/105574 fast/spatial-navigation/snav-div-overflow-scrol-hidden.html [ Failure ] 1387 1384 1385 webkit.org/b/106563 fast/css/image-orientation/image-orientation.html [ Failure ] 1386 1388 1387 #//////////////////////////////////////////////////////////////////////////////////////// 1389 1388 # End of Tests failing -
trunk/Tools/ChangeLog
r140459 r140460 1 2013-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 1 14 2013-01-22 Zan Dobersek <zandobersek@gmail.com> 2 15 -
trunk/Tools/Scripts/webkitperl/FeatureList.pm
r140459 r140460 199 199 200 200 { 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 }, 202 202 203 203 { option => "css-image-resolution", desc => "Toggle CSS image-resolution support",
Note:
See TracChangeset
for help on using the changeset viewer.