Bug 147300
| Summary: | REGRESSION?: Frame scrollability tests are very flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=134151 | ||
Alexey Proskuryakov
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)
)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Added expectations in http://trac.webkit.org/r187396.
Alexey Proskuryakov
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.