Title: [243359] trunk/LayoutTests
Revision
243359
Author
[email protected]
Date
2019-03-21 21:15:58 -0700 (Thu, 21 Mar 2019)

Log Message

REGRESSION: (r242132) tiled-drawing/scrolling/scroll-snap/scroll-snap-proximity-mainframe.html is a timeout
https://bugs.webkit.org/show_bug.cgi?id=196115

Unreviewed test gardening.

Scroll snap doesn't work on macOS with async overflow scrolling, so revert the changes to these tests.

* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (243358 => 243359)


--- trunk/LayoutTests/ChangeLog	2019-03-22 03:34:28 UTC (rev 243358)
+++ trunk/LayoutTests/ChangeLog	2019-03-22 04:15:58 UTC (rev 243359)
@@ -1,3 +1,15 @@
+2019-03-21  Simon Fraser  <[email protected]>
+
+        REGRESSION: (r242132) tiled-drawing/scrolling/scroll-snap/scroll-snap-proximity-mainframe.html is a timeout
+        https://bugs.webkit.org/show_bug.cgi?id=196115
+
+        Unreviewed test gardening.
+        
+        Scroll snap doesn't work on macOS with async overflow scrolling, so revert the changes to these tests.
+
+        * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow.html:
+        * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html:
+
 2019-03-21  Devin Rousso  <[email protected]>
 
         Web Inspector: Safari Canvas Inspector seems to show the canvas being rendered twice per frame.

Modified: trunk/LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow.html (243358 => 243359)


--- trunk/LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow.html	2019-03-22 03:34:28 UTC (rev 243358)
+++ trunk/LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow.html	2019-03-22 04:15:58 UTC (rev 243359)
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML> <!-- webkit-test-runner [ internal:AsyncOverflowScrollingEnabled=true ] -->
+<!DOCTYPE html>
 <html>
     <head>
         <style>

Modified: trunk/LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html (243358 => 243359)


--- trunk/LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html	2019-03-22 03:34:28 UTC (rev 243358)
+++ trunk/LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html	2019-03-22 04:15:58 UTC (rev 243359)
@@ -1,4 +1,4 @@
-<!DOCTYPE html> <!-- webkit-test-runner [ internal:AsyncOverflowScrollingEnabled=true ] -->
+<!DOCTYPE html>
 <html>
     <head>
         <style>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to