Title: [274524] trunk/LayoutTests
Revision
274524
Author
simon.fra...@apple.com
Date
2021-03-16 15:26:57 -0700 (Tue, 16 Mar 2021)

Log Message

[BigSur arm64] compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer.html is a flakey image failure
https://bugs.webkit.org/show_bug.cgi?id=223265

Unreviewed test gardening.

Attempt to make this test pass on AS by avoiding solid-color layers, forcing backing store
with  . Also reduce the oddly long 1000ms timeout in the test.

* compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer-expected.html:
* compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer.html:
* platform/mac/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (274523 => 274524)


--- trunk/LayoutTests/ChangeLog	2021-03-16 22:09:55 UTC (rev 274523)
+++ trunk/LayoutTests/ChangeLog	2021-03-16 22:26:57 UTC (rev 274524)
@@ -1,3 +1,17 @@
+2021-03-16  Simon Fraser  <simon.fra...@apple.com>
+
+        [BigSur arm64] compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer.html is a flakey image failure
+        https://bugs.webkit.org/show_bug.cgi?id=223265
+
+        Unreviewed test gardening.
+        
+        Attempt to make this test pass on AS by avoiding solid-color layers, forcing backing store
+        with &nbsp;. Also reduce the oddly long 1000ms timeout in the test.
+
+        * compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer-expected.html:
+        * compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer.html:
+        * platform/mac/TestExpectations:
+
 2021-03-16  Devin Rousso  <drou...@apple.com>
 
         [macOS] change for the language/subtitle tracks button to use an `NSMenu` instead of web content

Modified: trunk/LayoutTests/compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer-expected.html (274523 => 274524)


--- trunk/LayoutTests/compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer-expected.html	2021-03-16 22:09:55 UTC (rev 274523)
+++ trunk/LayoutTests/compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer-expected.html	2021-03-16 22:26:57 UTC (rev 274524)
@@ -34,10 +34,10 @@
 <body>
     <div class="container">
         <div class="composited child box">
-            <div class="negative box"></div>
-            <div class="composited positive box"></div>
+            <div class="negative box">&nbsp;</div>
+            <div class="composited positive box">&nbsp;</div>
         </div>
-        <div id="target" class="composited sibling box"></div>
+        <div id="target" class="composited sibling box">&nbsp;</div>
     </div>
 </body>
 </html>

Modified: trunk/LayoutTests/compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer.html (274523 => 274524)


--- trunk/LayoutTests/compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer.html	2021-03-16 22:09:55 UTC (rev 274523)
+++ trunk/LayoutTests/compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer.html	2021-03-16 22:26:57 UTC (rev 274524)
@@ -39,7 +39,7 @@
                 document.getElementById('target').classList.add('composited');
                 if (window.testRunner)
                     testRunner.notifyDone();
-            }, 1000);
+            }, 0);
         }, false);
     </script>
 </head>
@@ -46,10 +46,10 @@
 <body>
     <div class="container">
         <div class="composited child box">
-            <div class="negative box"></div>
-            <div class="composited positive box"></div>
+            <div class="negative box">&nbsp;</div>
+            <div class="composited positive box">&nbsp;</div>
         </div>
-        <div id="target" class="sibling box"></div>
+        <div id="target" class="sibling box">&nbsp;</div>
     </div>
 </body>
 </html>

Modified: trunk/LayoutTests/platform/mac/TestExpectations (274523 => 274524)


--- trunk/LayoutTests/platform/mac/TestExpectations	2021-03-16 22:09:55 UTC (rev 274523)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2021-03-16 22:26:57 UTC (rev 274524)
@@ -2321,5 +2321,3 @@
 webkit.org/b/223271 [ BigSur Debug ] imported/w3c/web-platform-tests/xhr/event-upload-progress.any.worker.html [ Pass Failure ]
 
 webkit.org/b/223144 [ Debug arm64 ] fast/multicol/crash-when-spanner-candidate-is-out-of-flow.html [ Crash ]
-
-webkit.org/b/223265 [ arm64 ] compositing/z-order/rebuild-sibling-of-layer-with-foreground-layer.html [ Pass ImageOnlyFailure ]
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to