Title: [87092] trunk/LayoutTests
Revision
87092
Author
[email protected]
Date
2011-05-23 12:59:35 -0700 (Mon, 23 May 2011)

Log Message

2011-05-22  Robert Hogan  <[email protected]>

        Reviewed by Andreas Kling.

        [Qt] Unskip passing transitions tests
        https://bugs.webkit.org/show_bug.cgi?id=61246

        * platform/qt/Skipped:
        * platform/qt/transitions/move-after-transition-expected.txt: Added.
        * platform/qt/transitions/transition-end-event-rendering-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (87091 => 87092)


--- trunk/LayoutTests/ChangeLog	2011-05-23 19:54:30 UTC (rev 87091)
+++ trunk/LayoutTests/ChangeLog	2011-05-23 19:59:35 UTC (rev 87092)
@@ -1,3 +1,14 @@
+2011-05-22  Robert Hogan  <[email protected]>
+
+        Reviewed by Andreas Kling.
+
+        [Qt] Unskip passing transitions tests
+        https://bugs.webkit.org/show_bug.cgi?id=61246
+
+        * platform/qt/Skipped:
+        * platform/qt/transitions/move-after-transition-expected.txt: Added.
+        * platform/qt/transitions/transition-end-event-rendering-expected.txt: Added.
+
 2011-05-23  Adam Barth  <[email protected]>
 
         Reviewed by Eric Seidel.

Modified: trunk/LayoutTests/platform/qt/Skipped (87091 => 87092)


--- trunk/LayoutTests/platform/qt/Skipped	2011-05-23 19:54:30 UTC (rev 87091)
+++ trunk/LayoutTests/platform/qt/Skipped	2011-05-23 19:59:35 UTC (rev 87092)
@@ -45,7 +45,6 @@
 # - Failed canvas tests from http://philip.html5.org/tests/canvas/suite/tests/
 # - failing transforms tests
 # - failing printing tests
-# - failing transitions tests
 # - failing websocket tests
 # - new tests without expected results
 # - Qt 4.7 related bugs
@@ -1914,13 +1913,6 @@
 printing/media-queries-print.html
 
 # ============================================================================= #
-# failing transitions tests
-# ============================================================================= #
-transitions/move-after-transition.html
-transitions/transition-end-event-rendering.html
-transitions/transition-drt-api.html
-
-# ============================================================================= #
 # new tests without expected results
 # ============================================================================= #
 editing/selection/transformed-selection-rects.html

Added: trunk/LayoutTests/platform/qt/transitions/move-after-transition-expected.txt (0 => 87092)


--- trunk/LayoutTests/platform/qt/transitions/move-after-transition-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/transitions/move-after-transition-expected.txt	2011-05-23 19:59:35 UTC (rev 87092)
@@ -0,0 +1,15 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x164
+  RenderBlock {HTML} at (0,0) size 800x164
+    RenderBody {BODY} at (8,16) size 784x140
+      RenderBlock {P} at (0,0) size 784x22
+        RenderText {#text} at (0,0) size 427x22
+          text run at (0,0) width 427: "At the end of the test the green box should obscure the red box."
+      RenderBlock {DIV} at (0,140) size 784x0
+layer at (8,54) size 402x102
+  RenderBlock (relative positioned) {DIV} at (0,38) size 402x102 [border: (1px solid #000000)]
+layer at (159,55) size 100x100
+  RenderBlock (positioned) {DIV} at (151,1) size 100x100 [bgcolor=#FF0000]
+layer at (9,55) size 100x100
+  RenderBlock (positioned) {DIV} at (1,1) size 100x100 [bgcolor=#008000]
Property changes on: trunk/LayoutTests/platform/qt/transitions/move-after-transition-expected.txt
___________________________________________________________________

Added: svn:eol-style

Added: trunk/LayoutTests/platform/qt/transitions/transition-end-event-rendering-expected.txt (0 => 87092)


--- trunk/LayoutTests/platform/qt/transitions/transition-end-event-rendering-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/transitions/transition-end-event-rendering-expected.txt	2011-05-23 19:59:35 UTC (rev 87092)
@@ -0,0 +1,10 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x232
+  RenderBlock {HTML} at (0,0) size 800x232
+    RenderBody {BODY} at (0,0) size 800x232
+      RenderBlock {DIV} at (0,232) size 800x0
+layer at (0,0) size 402x232
+  RenderBlock (relative positioned) {DIV} at (0,0) size 402x232 [border: (1px solid #000000)]
+layer at (1,11) size 100x100
+  RenderBlock (relative positioned) {DIV} at (1,11) size 100x100 [bgcolor=#008000]
Property changes on: trunk/LayoutTests/platform/qt/transitions/transition-end-event-rendering-expected.txt
___________________________________________________________________

Added: svn:eol-style

_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to