Title: [181659] trunk/LayoutTests
Revision
181659
Author
d...@apple.com
Date
2015-03-17 13:11:53 -0700 (Tue, 17 Mar 2015)

Log Message

Implement Scroll Container Animation Triggers
https://bugs.webkit.org/show_bug.cgi?id=142732

Unreviewed attempt to make the test reproducible.

* animations/trigger-container-scroll-simple.html: Add a step-start timing
function so the animation instantly moves to the end position.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (181658 => 181659)


--- trunk/LayoutTests/ChangeLog	2015-03-17 19:58:15 UTC (rev 181658)
+++ trunk/LayoutTests/ChangeLog	2015-03-17 20:11:53 UTC (rev 181659)
@@ -1,3 +1,18 @@
+2015-03-17  Dean Jackson  <d...@apple.com>
+
+        Implement Scroll Container Animation Triggers
+        https://bugs.webkit.org/show_bug.cgi?id=142732
+
+        Unreviewed attempt to make the test reproducible. Also skip the tests
+        on the platforms that do not support animation triggers.
+
+        * animations/trigger-container-scroll-simple.html: Add a step-start timing
+        function so the animation instantly moves to the end position.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/win/TestExpectations:
+
+
 2015-03-17  Timothy Horton  <timothy_hor...@apple.com>
 
         Reproducible null deref under ScriptedAnimationController::createDisplayRefreshMonitor

Modified: trunk/LayoutTests/animations/trigger-container-scroll-simple.html (181658 => 181659)


--- trunk/LayoutTests/animations/trigger-container-scroll-simple.html	2015-03-17 19:58:15 UTC (rev 181658)
+++ trunk/LayoutTests/animations/trigger-container-scroll-simple.html	2015-03-17 20:11:53 UTC (rev 181659)
@@ -15,6 +15,7 @@
     animation-name: slide;
     animation-duration: 1ms;
     animation-fill-mode: forwards;
+    animation-timing-function: step-start;
     -webkit-animation-trigger: container-scroll(20px);
 }
 

Modified: trunk/LayoutTests/platform/efl/TestExpectations (181658 => 181659)


--- trunk/LayoutTests/platform/efl/TestExpectations	2015-03-17 19:58:15 UTC (rev 181658)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2015-03-17 20:11:53 UTC (rev 181659)
@@ -65,6 +65,7 @@
 # TODO Animation triggers not supported
 animations/trigger-computed-style.html [ Skip ]
 animations/trigger-parsing.html [ Skip ]
+animations/trigger-container-scroll-simple.html [ Skip ]
 
 # ----------------------------------------
 # Tests which also fail in other platforms

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (181658 => 181659)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2015-03-17 19:58:15 UTC (rev 181658)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2015-03-17 20:11:53 UTC (rev 181659)
@@ -463,6 +463,7 @@
 # TODO Animation triggers not supported
 animations/trigger-computed-style.html [ Skip ]
 animations/trigger-parsing.html [ Skip ]
+animations/trigger-container-scroll-simple.html [ Skip ]
 
 # ENABLE(SHADOW_DOM) is disabled.
 Bug(GTK) fast/dom/shadow [ Skip ]

Modified: trunk/LayoutTests/platform/win/TestExpectations (181658 => 181659)


--- trunk/LayoutTests/platform/win/TestExpectations	2015-03-17 19:58:15 UTC (rev 181658)
+++ trunk/LayoutTests/platform/win/TestExpectations	2015-03-17 20:11:53 UTC (rev 181659)
@@ -600,6 +600,7 @@
 # TODO Animation triggers not supported
 animations/trigger-computed-style.html [ Skip ]
 animations/trigger-parsing.html [ Skip ]
+animations/trigger-container-scroll-simple.html [ Skip ]
 
 ################################################################################
 ###########    End Missing Functionality Prevents Testing         ##############
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to