Title: [260521] trunk/LayoutTests
Revision
260521
Author
grao...@webkit.org
Date
2020-04-22 11:08:18 -0700 (Wed, 22 Apr 2020)

Log Message

[ Mojave wk1 Release ] animations/transition-and-animation-1.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=210051
<rdar://problem/61345177>

Unreviewed test gardening, forgot to rebaseline this test.

* animations/transition-and-animation-1-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (260520 => 260521)


--- trunk/LayoutTests/ChangeLog	2020-04-22 17:24:14 UTC (rev 260520)
+++ trunk/LayoutTests/ChangeLog	2020-04-22 18:08:18 UTC (rev 260521)
@@ -1,3 +1,13 @@
+2020-04-22  Antoine Quint  <grao...@apple.com>
+
+        [ Mojave wk1 Release ] animations/transition-and-animation-1.html is a flaky failure
+        https://bugs.webkit.org/show_bug.cgi?id=210051
+        <rdar://problem/61345177>
+
+        Unreviewed test gardening, forgot to rebaseline this test.
+
+        * animations/transition-and-animation-1-expected.txt:
+
 2020-04-22  Devin Rousso  <drou...@apple.com>
 
         Web Inspector: Debugger: Step Over should only step through comma expressions if they are comma statements

Modified: trunk/LayoutTests/animations/transition-and-animation-1-expected.txt (260520 => 260521)


--- trunk/LayoutTests/animations/transition-and-animation-1-expected.txt	2020-04-22 17:24:14 UTC (rev 260520)
+++ trunk/LayoutTests/animations/transition-and-animation-1-expected.txt	2020-04-22 18:08:18 UTC (rev 260521)
@@ -1,3 +1,3 @@
 This test has a transition and animation on the same property (-webkit-transform). But the transition is never triggered, so nothing should be moving when the animation finishes.
-PASS - "webkitTransform" property for "box" element at 0.55s saw something close to: none
+PASS - "transform" property for "box" element at 0.55s saw something close to: none
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to