Title: [176409] trunk/LayoutTests
Revision
176409
Author
[email protected]
Date
2014-11-20 13:43:21 -0800 (Thu, 20 Nov 2014)

Log Message

[iOS] Update expected results for LayoutTests/animations

* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/animations/3d/replace-filling-transform-expected.txt: Added.
* platform/ios-simulator/animations/animation-offscreen-to-onscreen-expected.txt: Added.
* platform/ios-simulator/animations/missing-values-first-keyframe-expected.txt: Added.
* platform/ios-simulator/animations/missing-values-last-keyframe-expected.txt: Added.
* platform/ios-simulator/animations/opacity-transform-animation-expected.txt: Added.
* platform/ios-simulator/animations/suspend-transform-animation-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (176408 => 176409)


--- trunk/LayoutTests/ChangeLog	2014-11-20 20:01:40 UTC (rev 176408)
+++ trunk/LayoutTests/ChangeLog	2014-11-20 21:43:21 UTC (rev 176409)
@@ -1,3 +1,15 @@
+2014-11-20  Daniel Bates  <[email protected]>
+
+        [iOS] Update expected results for LayoutTests/animations
+
+        * platform/ios-simulator/TestExpectations:
+        * platform/ios-simulator/animations/3d/replace-filling-transform-expected.txt: Added.
+        * platform/ios-simulator/animations/animation-offscreen-to-onscreen-expected.txt: Added.
+        * platform/ios-simulator/animations/missing-values-first-keyframe-expected.txt: Added.
+        * platform/ios-simulator/animations/missing-values-last-keyframe-expected.txt: Added.
+        * platform/ios-simulator/animations/opacity-transform-animation-expected.txt: Added.
+        * platform/ios-simulator/animations/suspend-transform-animation-expected.txt: Added.
+
 2014-11-20  Eric Carlson  <[email protected]>
 
         Update media/track/track-in-band-cues-added-once.html to make failures easier to diagnose

Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (176408 => 176409)


--- trunk/LayoutTests/platform/ios-simulator/TestExpectations	2014-11-20 20:01:40 UTC (rev 176408)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations	2014-11-20 21:43:21 UTC (rev 176409)
@@ -52,11 +52,27 @@
 # window.requestAnimationFrame() broken in iOS Simulator
 webkit.org/b/137588 fast/animation
 
+# <rdar://problem/19017465> ASSERTION FAILED: param >= 0 in AnimationBase::updateStateMachine()
+animations/animation-controller-drt-api.html [ Skip ]
+animations/animation-direction-reverse-fill-mode-hardware.html [ Skip ]
+animations/change-transform-style-during-animation.html [ Skip ]
+animations/dynamic-stylesheet-loading.html [ Skip ]
+animations/fill-mode-transform.html [ Skip ]
+animations/pause-crash.html [ Skip ]
+animations/resume-after-page-cache.html [ Skip ]
+animations/stop-animation-on-suspend.html [ Skip ]
+
+# Animation tests that fail:
+animations/cross-fade-background-image.html [ ImageOnlyFailure ]
+
+# Animation tests that are flaky:
+animations/animation-delay-changed.html [ Skip ] # Failure, Pass
+animations/cross-fade-border-image-source.html [ Skip ] # Failure, ImageOnlyFailure, Pass
+
 ###
 # Temporarily skip all others tests
 # We'll un-skip each directory as we land updated/new expected results
 ##
-animations
 canvas
 compositing
 crypto

Added: trunk/LayoutTests/platform/ios-simulator/animations/3d/replace-filling-transform-expected.txt (0 => 176409)


--- trunk/LayoutTests/platform/ios-simulator/animations/3d/replace-filling-transform-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/animations/3d/replace-filling-transform-expected.txt	2014-11-20 21:43:21 UTC (rev 176409)
@@ -0,0 +1 @@
+PASS - final state was matrix(1, 0, 0, 1, 50, 200)

Added: trunk/LayoutTests/platform/ios-simulator/animations/animation-offscreen-to-onscreen-expected.txt (0 => 176409)


--- trunk/LayoutTests/platform/ios-simulator/animations/animation-offscreen-to-onscreen-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/animations/animation-offscreen-to-onscreen-expected.txt	2014-11-20 21:43:21 UTC (rev 176409)
@@ -0,0 +1,2 @@
+PASS - "webkitTransform" property for "box" element at 0.5s saw something close to: 1,0,0,1,100,0
+

Added: trunk/LayoutTests/platform/ios-simulator/animations/missing-values-first-keyframe-expected.txt (0 => 176409)


--- trunk/LayoutTests/platform/ios-simulator/animations/missing-values-first-keyframe-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/animations/missing-values-first-keyframe-expected.txt	2014-11-20 21:43:21 UTC (rev 176409)
@@ -0,0 +1,20 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x240
+  RenderBlock {HTML} at (0,0) size 800x240
+    RenderBody {BODY} at (0,0) size 800x240
+      RenderBlock {DIV} at (0,200) size 800x40
+        RenderText {#text} at (0,0) size 501x19
+          text run at (0,0) width 501: "PASS - \"left\" property for \"box1\" element at 0.5s saw something close to: 100"
+        RenderBR {BR} at (500,0) size 1x19
+        RenderText {#text} at (0,20) size 602x19
+          text run at (0,20) width 602: "PASS - \"webkitTransform.4\" property for \"box2\" element at 0.5s saw something close to: 100"
+        RenderBR {BR} at (601,20) size 1x19
+layer at (100,0) size 100x100
+  RenderBlock (positioned) {DIV} at (100,0) size 100x100 [bgcolor=#FF0000]
+layer at (100,100) size 100x100
+  RenderBlock (positioned) {DIV} at (100,100) size 100x100 [bgcolor=#FF0000]
+layer at (100,0) size 100x100
+  RenderBlock (relative positioned) {DIV} at (0,0) size 100x100 [bgcolor=#008000]
+layer at (0,100) size 100x100
+  RenderBlock (relative positioned) {DIV} at (0,100) size 100x100 [bgcolor=#008000]

Added: trunk/LayoutTests/platform/ios-simulator/animations/missing-values-last-keyframe-expected.txt (0 => 176409)


--- trunk/LayoutTests/platform/ios-simulator/animations/missing-values-last-keyframe-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/animations/missing-values-last-keyframe-expected.txt	2014-11-20 21:43:21 UTC (rev 176409)
@@ -0,0 +1,20 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x240
+  RenderBlock {HTML} at (0,0) size 800x240
+    RenderBody {BODY} at (0,0) size 800x240
+      RenderBlock {DIV} at (0,200) size 800x40
+        RenderText {#text} at (0,0) size 501x19
+          text run at (0,0) width 501: "PASS - \"left\" property for \"box1\" element at 1.5s saw something close to: 100"
+        RenderBR {BR} at (500,0) size 1x19
+        RenderText {#text} at (0,20) size 602x19
+          text run at (0,20) width 602: "PASS - \"webkitTransform.4\" property for \"box2\" element at 1.5s saw something close to: 100"
+        RenderBR {BR} at (601,20) size 1x19
+layer at (100,0) size 100x100
+  RenderBlock (positioned) {DIV} at (100,0) size 100x100 [bgcolor=#FF0000]
+layer at (100,100) size 100x100
+  RenderBlock (positioned) {DIV} at (100,100) size 100x100 [bgcolor=#FF0000]
+layer at (100,0) size 100x100
+  RenderBlock (relative positioned) {DIV} at (0,0) size 100x100 [bgcolor=#008000]
+layer at (0,100) size 100x100
+  RenderBlock (relative positioned) {DIV} at (0,100) size 100x100 [bgcolor=#008000]

Added: trunk/LayoutTests/platform/ios-simulator/animations/opacity-transform-animation-expected.txt (0 => 176409)


--- trunk/LayoutTests/platform/ios-simulator/animations/opacity-transform-animation-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/animations/opacity-transform-animation-expected.txt	2014-11-20 21:43:21 UTC (rev 176409)
@@ -0,0 +1,9 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x8
+  RenderBlock {HTML} at (0,0) size 800x8
+    RenderBody {BODY} at (8,8) size 784x0
+layer at (200,0) size 100x100
+  RenderBlock (positioned) {DIV} at (200,0) size 100x100 [bgcolor=#FF0000]
+layer at (0,0) size 100x100
+  RenderBlock (positioned) {DIV} at (0,0) size 100x100 [bgcolor=#008000]

Added: trunk/LayoutTests/platform/ios-simulator/animations/suspend-transform-animation-expected.txt (0 => 176409)


--- trunk/LayoutTests/platform/ios-simulator/animations/suspend-transform-animation-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/animations/suspend-transform-animation-expected.txt	2014-11-20 21:43:21 UTC (rev 176409)
@@ -0,0 +1,10 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x8
+  RenderBlock {HTML} at (0,0) size 800x8
+    RenderBody {BODY} at (8,8) size 784x0
+      RenderBlock {DIV} at (0,0) size 784x0
+layer at (0,0) size 100x100
+  RenderBlock (positioned) {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
+layer at (100,0) size 300x100
+  RenderBlock (positioned) {DIV} at (100,0) size 300x100 [bgcolor=#008000]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to