Title: [261730] trunk/LayoutTests
Revision
261730
Author
simon.fra...@apple.com
Date
2020-05-14 20:47:34 -0700 (Thu, 14 May 2020)

Log Message

[Mojave Debug WK2] compositing/transforms/perspective-with-scrolling.html is frequently failing
https://bugs.webkit.org/show_bug.cgi?id=211916

Unreviewed test fixing.

Disable real overlay scrollbars so they don't show up in the test to try to fix flakyness.

* compositing/transforms/perspective-with-scrolling-expected.html:
* compositing/transforms/perspective-with-scrolling.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (261729 => 261730)


--- trunk/LayoutTests/ChangeLog	2020-05-15 02:28:43 UTC (rev 261729)
+++ trunk/LayoutTests/ChangeLog	2020-05-15 03:47:34 UTC (rev 261730)
@@ -1,3 +1,15 @@
+2020-05-14  Simon Fraser  <simon.fra...@apple.com>
+
+        [Mojave Debug WK2] compositing/transforms/perspective-with-scrolling.html is frequently failing
+        https://bugs.webkit.org/show_bug.cgi?id=211916
+
+        Unreviewed test fixing.
+
+        Disable real overlay scrollbars so they don't show up in the test to try to fix flakyness.
+
+        * compositing/transforms/perspective-with-scrolling-expected.html:
+        * compositing/transforms/perspective-with-scrolling.html:
+
 2020-05-14  Eric Carlson  <eric.carl...@apple.com>
 
         media/video-poster-set-after-playback.html is a flaky failure

Modified: trunk/LayoutTests/compositing/transforms/perspective-with-scrolling-expected.html (261729 => 261730)


--- trunk/LayoutTests/compositing/transforms/perspective-with-scrolling-expected.html	2020-05-15 02:28:43 UTC (rev 261729)
+++ trunk/LayoutTests/compositing/transforms/perspective-with-scrolling-expected.html	2020-05-15 03:47:34 UTC (rev 261730)
@@ -1,4 +1,4 @@
-<!DOCTYPE html> <!-- webkit-test-runner [ internal:useMockScrollbars=false internal:AsyncOverflowScrollingEnabled=true ] -->
+<!DOCTYPE html> <!-- webkit-test-runner [ internal:AsyncOverflowScrollingEnabled=true ] -->
 <html>
 <head>
     <style>
@@ -5,7 +5,7 @@
         .container {
             width: 200px;
             height: 200px;
-            margin: 20px;
+            margin: 10px;
             display: inline-block;
             background-color: silver;
             position: relative;

Modified: trunk/LayoutTests/compositing/transforms/perspective-with-scrolling.html (261729 => 261730)


--- trunk/LayoutTests/compositing/transforms/perspective-with-scrolling.html	2020-05-15 02:28:43 UTC (rev 261729)
+++ trunk/LayoutTests/compositing/transforms/perspective-with-scrolling.html	2020-05-15 03:47:34 UTC (rev 261730)
@@ -1,4 +1,4 @@
-<!DOCTYPE html> <!-- webkit-test-runner [ internal:useMockScrollbars=false internal:AsyncOverflowScrollingEnabled=true ] -->
+<!DOCTYPE html> <!-- webkit-test-runner [ internal:AsyncOverflowScrollingEnabled=true ] -->
 <html>
 <head>
     <style>
@@ -5,7 +5,7 @@
         .container {
             width: 200px;
             height: 200px;
-            margin: 20px;
+            margin: 10px;
             display: inline-block;
             background-color: silver;
             position: relative;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to