Title: [292022] trunk
Revision
292022
Author
za...@apple.com
Date
2022-03-28 20:35:40 -0700 (Mon, 28 Mar 2022)

Log Message

[ macOS & Win ] fast/repaint/list-item-equal-style-change-no-repaint.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=215723
<rdar://problem/67520729>

Reviewed by Simon Fraser.

Source/WebCore:

* animation/KeyframeEffect.h:

LayoutTests:

* platform/mac/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (292021 => 292022)


--- trunk/LayoutTests/ChangeLog	2022-03-29 03:06:07 UTC (rev 292021)
+++ trunk/LayoutTests/ChangeLog	2022-03-29 03:35:40 UTC (rev 292022)
@@ -1,3 +1,13 @@
+2022-03-28  Alan Bujtas  <za...@apple.com>
+
+        [ macOS & Win ] fast/repaint/list-item-equal-style-change-no-repaint.html is a flaky failure
+        https://bugs.webkit.org/show_bug.cgi?id=215723
+        <rdar://problem/67520729>
+
+        Reviewed by Simon Fraser.
+
+        * platform/mac/TestExpectations:
+
 2022-03-28  Lauro Moura  <lmo...@igalia.com>
 
         [AT-SPI] accessibility/native-text-control-attributed-string.html is failing

Modified: trunk/LayoutTests/platform/mac/TestExpectations (292021 => 292022)


--- trunk/LayoutTests/platform/mac/TestExpectations	2022-03-29 03:06:07 UTC (rev 292021)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2022-03-29 03:35:40 UTC (rev 292022)
@@ -1949,8 +1949,6 @@
 
 webkit.org/b/215515 imported/w3c/web-platform-tests/user-timing/measure_navigation_timing.html [ Pass Failure ]
 
-webkit.org/b/215723 fast/repaint/list-item-equal-style-change-no-repaint.html [ Pass Failure ]
-
 webkit.org/b/189672 [ Release ] webgl/2.0.0/conformance2/textures/canvas/tex-2d-rg32f-rg-float.html [ Pass Failure ]
 
 webkit.org/b/191627 imported/w3c/web-platform-tests/css/css-grid/alignment/grid-self-baseline-not-applied-if-sizing-cyclic-dependency-001.html [ Pass ]

Modified: trunk/Source/WebCore/ChangeLog (292021 => 292022)


--- trunk/Source/WebCore/ChangeLog	2022-03-29 03:06:07 UTC (rev 292021)
+++ trunk/Source/WebCore/ChangeLog	2022-03-29 03:35:40 UTC (rev 292022)
@@ -1,3 +1,13 @@
+2022-03-28  Alan Bujtas  <za...@apple.com>
+
+        [ macOS & Win ] fast/repaint/list-item-equal-style-change-no-repaint.html is a flaky failure
+        https://bugs.webkit.org/show_bug.cgi?id=215723
+        <rdar://problem/67520729>
+
+        Reviewed by Simon Fraser.
+
+        * animation/KeyframeEffect.h:
+
 2022-03-28  Ada Chan  <adac...@apple.com>
 
         [WebXR][Cocoa] Enable GL_OES_EGL_image extension when makeXRCompatible() is called on GL context

Modified: trunk/Source/WebCore/animation/KeyframeEffect.h (292021 => 292022)


--- trunk/Source/WebCore/animation/KeyframeEffect.h	2022-03-29 03:06:07 UTC (rev 292021)
+++ trunk/Source/WebCore/animation/KeyframeEffect.h	2022-03-29 03:35:40 UTC (rev 292022)
@@ -247,7 +247,7 @@
     CompositeOperation m_compositeOperation { CompositeOperation::Replace };
     AcceleratedProperties m_acceleratedPropertiesState { AcceleratedProperties::None };
     AnimationEffectPhase m_phaseAtLastApplication { AnimationEffectPhase::Idle };
-    RunningAccelerated m_runningAccelerated;
+    RunningAccelerated m_runningAccelerated { RunningAccelerated::No };
     bool m_needsForcedLayout { false };
     bool m_triggersStackingContext { false };
     size_t m_transformFunctionListsMatchPrefix { 0 };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to