Bug 147300 - REGRESSION?: Frame scrollability tests are very flaky
Summary: REGRESSION?: Frame scrollability tests are very flaky
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-25 18:38 PDT by Alexey Proskuryakov
Modified: 2015-08-05 23:04 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2015-07-25 18:38:05 PDT
These tests are very flaky on all Mac WK2 bots:

platform/mac-wk2/tiled-drawing/scrolling/frames/frameset-frame-scrollability.html
platform/mac-wk2/tiled-drawing/scrolling/frames/frameset-nested-frame-scrollability.html

Possibly started with <http://trac.webkit.org/r170270>, which added one of these tests. Diff go like this:

@@ -1,7 +1,5 @@
 (Frame scrolling node
   (scrollable area size 800 600)
   (contents size 800 600)
-  (non-fast-scrollable region
-    at (0,0) size 800x594)
 )
 

@@ -1,7 +1,5 @@
 (Frame scrolling node
   (scrollable area size 800 600)
   (contents size 800 600)
-  (non-fast-scrollable region
-    at (0,166) size 280x434)
 )
Comment 1 Alexey Proskuryakov 2015-07-25 18:40:20 PDT
Added expectations in http://trac.webkit.org/r187396.
Comment 2 Alexey Proskuryakov 2015-08-05 23:04:35 PDT
We already had bugs about that: bug 139901, bug 136554.

Not sure how I could possibly see them fail, given that we had the expectations. Strange.