Title: [289605] trunk/LayoutTests
- Revision
- 289605
- Author
- [email protected]
- Date
- 2022-02-10 22:55:20 -0800 (Thu, 10 Feb 2022)
Log Message
[web-animations] additive animations should prevent other animations from running accelerated
https://bugs.webkit.org/show_bug.cgi?id=236447
Unreviewed gardening, the patch for this bug was cq'd before I could fix test expectations for
GTK and Windows and remove an incorrect comment in the newly added test.
* platform/glib/TestExpectations:
* platform/win/TestExpectations:
* webanimations/accelerated-animations-and-composite.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (289604 => 289605)
--- trunk/LayoutTests/ChangeLog 2022-02-11 05:40:16 UTC (rev 289604)
+++ trunk/LayoutTests/ChangeLog 2022-02-11 06:55:20 UTC (rev 289605)
@@ -1,5 +1,17 @@
2022-02-10 Antoine Quint <[email protected]>
+ [web-animations] additive animations should prevent other animations from running accelerated
+ https://bugs.webkit.org/show_bug.cgi?id=236447
+
+ Unreviewed gardening, the patch for this bug was cq'd before I could fix test expectations for
+ GTK and Windows and remove an incorrect comment in the newly added test.
+
+ * platform/glib/TestExpectations:
+ * platform/win/TestExpectations:
+ * webanimations/accelerated-animations-and-composite.html:
+
+2022-02-10 Antoine Quint <[email protected]>
+
[web-animations] accelerated animations should not run accelerated
https://bugs.webkit.org/show_bug.cgi?id=236447
<rdar://problem/88756985>
Modified: trunk/LayoutTests/platform/glib/TestExpectations (289604 => 289605)
--- trunk/LayoutTests/platform/glib/TestExpectations 2022-02-11 05:40:16 UTC (rev 289604)
+++ trunk/LayoutTests/platform/glib/TestExpectations 2022-02-11 06:55:20 UTC (rev 289605)
@@ -1956,6 +1956,7 @@
# This test requires an internal API which only works on Cocoa ports.
webanimations/transform-animation-with-delay-yields-accelerated-animation.html [ Skip ]
webanimations/partly-accelerated-transition-by-removing-property.html [ Skip ]
+webanimations/accelerated-animations-and-composite.html [ Skip ]
# OT-SVG is not implemented on GTK/WPE
fast/text/otsvg-canvas.html [ ImageOnlyFailure ]
Modified: trunk/LayoutTests/platform/win/TestExpectations (289604 => 289605)
--- trunk/LayoutTests/platform/win/TestExpectations 2022-02-11 05:40:16 UTC (rev 289604)
+++ trunk/LayoutTests/platform/win/TestExpectations 2022-02-11 06:55:20 UTC (rev 289605)
@@ -4968,6 +4968,7 @@
# This test requires an internal API which only works on Cocoa ports.
webanimations/transform-animation-with-delay-yields-accelerated-animation.html [ Skip ]
webanimations/partly-accelerated-transition-by-removing-property.html [ Skip ]
+webanimations/accelerated-animations-and-composite.html [ Skip ]
pointerevents/mouse/pointer-button-and-buttons.html [ Failure ]
pointerevents/mouse/pointer-capture.html [ Failure ]
Modified: trunk/LayoutTests/webanimations/accelerated-animations-and-composite.html (289604 => 289605)
--- trunk/LayoutTests/webanimations/accelerated-animations-and-composite.html 2022-02-11 05:40:16 UTC (rev 289604)
+++ trunk/LayoutTests/webanimations/accelerated-animations-and-composite.html 2022-02-11 06:55:20 UTC (rev 289605)
@@ -24,7 +24,6 @@
const animationReadyToAnimateAccelerated = async animation => {
await animation.ready;
- // Wait two frames for the potential accelerated animation to be committed.
await new Promise(requestAnimationFrame);
await new Promise(requestAnimationFrame);
await new Promise(requestAnimationFrame);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes