Title: [121157] trunk/LayoutTests
Revision
121157
Author
[email protected]
Date
2012-06-25 08:14:41 -0700 (Mon, 25 Jun 2012)

Log Message

[Qt] Unskip 3D transform tests.
https://bugs.webkit.org/show_bug.cgi?id=89878

Patch by Allan Sandfeld Jensen <[email protected]> on 2012-06-25
Reviewed by Csaba Osztrogonác.

* platform/qt-5.0-wk2/Skipped:
* platform/qt/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (121156 => 121157)


--- trunk/LayoutTests/ChangeLog	2012-06-25 14:36:00 UTC (rev 121156)
+++ trunk/LayoutTests/ChangeLog	2012-06-25 15:14:41 UTC (rev 121157)
@@ -1,3 +1,13 @@
+2012-06-25  Allan Sandfeld Jensen  <[email protected]>
+
+        [Qt] Unskip 3D transform tests.
+        https://bugs.webkit.org/show_bug.cgi?id=89878
+
+        Reviewed by Csaba Osztrogonác.
+
+        * platform/qt-5.0-wk2/Skipped:
+        * platform/qt/Skipped:
+
 2012-06-25  Pavel Feldman  <[email protected]>
 
         Web Inspector: toggling style should not start property edit first.

Modified: trunk/LayoutTests/platform/qt/Skipped (121156 => 121157)


--- trunk/LayoutTests/platform/qt/Skipped	2012-06-25 14:36:00 UTC (rev 121156)
+++ trunk/LayoutTests/platform/qt/Skipped	2012-06-25 15:14:41 UTC (rev 121157)
@@ -263,9 +263,13 @@
 # Need to implement getFormValue().
 plugins/form-value.html
 
-# We have bad support for 3d transformations in general, so this will remain skipped.
-transforms/3d
+# Boxes are not showing the correct perspective.
+transforms/3d/general/perspective-non-layer.html
+transforms/3d/general/perspective-units.html
 
+# "backface-visibility: hidden" is not hiding test boxes.
+transforms/3d/hit-testing
+
 # accessibility support
 accessibility
 

Modified: trunk/LayoutTests/platform/qt-5.0-wk2/Skipped (121156 => 121157)


--- trunk/LayoutTests/platform/qt-5.0-wk2/Skipped	2012-06-25 14:36:00 UTC (rev 121156)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/Skipped	2012-06-25 15:14:41 UTC (rev 121157)
@@ -337,15 +337,6 @@
 # https://bugs.webkit.org/show_bug.cgi?id=89645
 compositing/backface-visibility/backface-visibility-webgl.html
 
-# Boxes are not showing the correct perspective.
-transforms/3d/general/perspective-units.html
-
-# "backface-visibility: hidden" is not hiding test boxes.
-transforms/3d/hit-testing
-
-# Generated results doesn't contain any visible 3d transformation.
-transforms/3d/point-mapping
-
 # For some reason they time-out on the bot.
 fullscreen/video-controls-timeline.html
 fullscreen/full-screen-iframe-legacy.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to