Title: [258903] trunk/LayoutTests
- Revision
- 258903
- Author
- [email protected]
- Date
- 2020-03-23 20:40:45 -0700 (Mon, 23 Mar 2020)
Log Message
[ Mac wk2 ] tiled-drawing/scrolling/scroll-iframe-latched-selects.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209283
Unreviewed test gardening.
The test needs to call monitorWheelEvents() before each gesture.
* tiled-drawing/scrolling/scroll-iframe-latched-selects.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (258902 => 258903)
--- trunk/LayoutTests/ChangeLog 2020-03-24 03:20:41 UTC (rev 258902)
+++ trunk/LayoutTests/ChangeLog 2020-03-24 03:40:45 UTC (rev 258903)
@@ -1,3 +1,14 @@
+2020-03-23 Simon Fraser <[email protected]>
+
+ [ Mac wk2 ] tiled-drawing/scrolling/scroll-iframe-latched-selects.html is flaky failing.
+ https://bugs.webkit.org/show_bug.cgi?id=209283
+
+ Unreviewed test gardening.
+
+ The test needs to call monitorWheelEvents() before each gesture.
+
+ * tiled-drawing/scrolling/scroll-iframe-latched-selects.html:
+
2020-03-23 Said Abou-Hallawa <[email protected]>
Layout Test imported/w3c/web-platform-tests/hr-time/test_cross_frame_start.html is a flaky failure
Modified: trunk/LayoutTests/tiled-drawing/scrolling/scroll-iframe-latched-selects.html (258902 => 258903)
--- trunk/LayoutTests/tiled-drawing/scrolling/scroll-iframe-latched-selects.html 2020-03-24 03:20:41 UTC (rev 258902)
+++ trunk/LayoutTests/tiled-drawing/scrolling/scroll-iframe-latched-selects.html 2020-03-24 03:40:45 UTC (rev 258903)
@@ -37,6 +37,7 @@
var startPosX = Math.round(selectRight.offsetLeft) + 10;
var startPosY = Math.round(selectRight.offsetTop) + 10;
+ eventSender.monitorWheelEvents();
eventSender.mouseMoveTo(startPosX, startPosY);
eventSender.mouseScrollByWithWheelAndMomentumPhases(0, -1, "began", "none");
eventSender.mouseScrollByWithWheelAndMomentumPhases(0, -1, "changed", "none");
@@ -48,6 +49,7 @@
{
var startPosX = Math.round(selectLeft.offsetLeft) + 10;
var startPosY = Math.round(selectLeft.offsetTop) + 10;
+ eventSender.monitorWheelEvents();
eventSender.mouseMoveTo(startPosX, startPosY);
eventSender.mouseScrollByWithWheelAndMomentumPhases(0, -1, "began", "none");
eventSender.mouseScrollByWithWheelAndMomentumPhases(0, -1, "changed", "none");
@@ -58,8 +60,6 @@
function setupTopLevel()
{
if (window.eventSender) {
- eventSender.monitorWheelEvents();
-
iframeTarget = document.getElementById("target");
selectLeft = window.frames["target"].document.getElementById("selectLeft");
selectRight = window.frames["target"].document.getElementById("selectRight");
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes