RESOLVED FIXED 145170
[GTK] Layout Tests fast/events/wheelevent-in-{vertical,horizontal}-scrollbar-in-rtl.html are flaky
https://bugs.webkit.org/show_bug.cgi?id=145170
Summary [GTK] Layout Tests fast/events/wheelevent-in-{vertical,horizontal}-scrollbar-...
Marcos Chavarría Teijeiro (irc: chavaone)
Reported 2015-05-19 04:16:29 PDT
The following layout tests are flaky on GTK+. They fail sometimes. fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html When they fail the diffs are the following: --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-actual.txt @@ -1,3 +1,3 @@ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." window.scrollX: 78 -window.scrollY: -122 +window.scrollY: -121 --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-actual.txt @@ -1,3 +1,3 @@ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." window.scrollX: -122 -window.scrollY: 78 +window.scrollY: 79
Attachments
Diego Pino
Comment 1 2022-01-02 19:45:35 PST
This test(s) has been passing constantly for the last 4000 revisions. Test expectations updated in r287508. There are no more test failures filed under this bug. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.