The following tests have been failing for GTK since http://trac.webkit.org/changeset/194117 pageoverlay/overlay-installation.html [ Failure ] pageoverlay/overlay-large-document-scrolled.html [ Failure ] pageoverlay/overlay-large-document.html [ Failure ] pageoverlay/overlay-small-frame-mouse-events.html [ Failure ] pageoverlay/overlay-small-frame-paints.html [ Failure ] The test are not showing the 'MockPageOverlayClient::drawRect dirtyRect()' logs introduced on the expectations.
pageoverlay/overlay-small-frame-mouse-events.html is passing since we turned on threaded compositor. Updating expectations accordingly.
And pageoverlay/overlay-small-frame-paints.html now sometimes passes, but still fails frequently. Updating expectations.
Moved these to glib/TestExpectations, as they are failing in WPE too.
pageoverlay/overlay-small-frame-mouse-events.html is a flaky failure in WPE since pageoverlay tests were enabled in r261866. The test is failing most of the times since it's missing 'MockPageOverlayClient::drawRect dirtyRect()', although it passes a few times.