Title: [190545] trunk/LayoutTests
- Revision
- 190545
- Author
- [email protected]
- Date
- 2015-10-03 17:43:03 -0700 (Sat, 03 Oct 2015)
Log Message
fast/events/overflow-scroll-fake-mouse-move.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=138697
Reviewed by Brent Fulgham.
* fast/events/overflow-scroll-fake-mouse-move.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (190544 => 190545)
--- trunk/LayoutTests/ChangeLog 2015-10-03 10:13:40 UTC (rev 190544)
+++ trunk/LayoutTests/ChangeLog 2015-10-04 00:43:03 UTC (rev 190545)
@@ -1,3 +1,12 @@
+2015-10-03 Alexey Proskuryakov <[email protected]>
+
+ fast/events/overflow-scroll-fake-mouse-move.html is flaky
+ https://bugs.webkit.org/show_bug.cgi?id=138697
+
+ Reviewed by Brent Fulgham.
+
+ * fast/events/overflow-scroll-fake-mouse-move.html:
+
2015-10-03 Ryosuke Niwa <[email protected]>
Make the test added in r190530 not time out on the ports that don't enable shadow DOM.
Modified: trunk/LayoutTests/fast/events/overflow-scroll-fake-mouse-move.html (190544 => 190545)
--- trunk/LayoutTests/fast/events/overflow-scroll-fake-mouse-move.html 2015-10-03 10:13:40 UTC (rev 190544)
+++ trunk/LayoutTests/fast/events/overflow-scroll-fake-mouse-move.html 2015-10-04 00:43:03 UTC (rev 190545)
@@ -8,6 +8,8 @@
function mouseOver(event)
{
passed = true;
+ clearTimeout(timeoutID);
+ finish();
}
function finish()
@@ -27,7 +29,7 @@
{
eventSender.mouseMoveTo(50, 100);
document.getElementById("target").scrollTop = 250;
- setTimeout(finish, 200);
+ timeoutID = setTimeout(finish, 20000);
}, 200);
}
</script>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes