Bug 195521 - Add a test for scrolling tree adjustment of fixed layers (r242601)
Summary: Add a test for scrolling tree adjustment of fixed layers (r242601)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-03-09 11:28 PST by Simon Fraser (smfr)
Modified: 2019-04-04 10:44 PDT (History)
8 users (show)

See Also:


Attachments
Patch (6.26 KB, patch)
2019-03-09 11:31 PST, Simon Fraser (smfr)
sam: review+
ews-watchlist: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews106 for mac-highsierra-wk2 (2.57 MB, application/zip)
2019-03-09 12:48 PST, EWS Watchlist
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2019-03-09 11:28:55 PST
Add a test for scrolling tree adjustment of fixed layers (r242601)
Comment 1 Simon Fraser (smfr) 2019-03-09 11:31:49 PST
Created attachment 364134 [details]
Patch
Comment 2 EWS Watchlist 2019-03-09 12:48:09 PST
Comment on attachment 364134 [details]
Patch

Attachment 364134 [details] did not pass mac-wk2-ews (mac-wk2):
Output: https://webkit-queues.webkit.org/results/11440558

New failing tests:
accessibility/mac/selection-notification-focus-change.html
Comment 3 EWS Watchlist 2019-03-09 12:48:11 PST
Created attachment 364139 [details]
Archive of layout-test-results from ews106 for mac-highsierra-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews106  Port: mac-highsierra-wk2  Platform: Mac OS X 10.13.6
Comment 4 Simon Fraser (smfr) 2019-03-09 21:55:23 PST
https://trac.webkit.org/changeset/242683/webkit
Comment 5 Radar WebKit Bug Importer 2019-03-09 21:56:21 PST
<rdar://problem/48746980>
Comment 6 Truitt Savell 2019-03-15 10:39:59 PDT
The new test scrollingcoordinator/ios/ui-scroll-fixed.html

added in https://trac.webkit.org/changeset/242683/webkit

is a flakey image failure on iOS release wk2.

History:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=scrollingcoordinator%2Fios%2Fui-scroll-fixed.html

Diff:
https://build.webkit.org/results/Apple%20iOS%2012%20Simulator%20Release%20WK2%20(Tests)/r242989%20(3127)/scrollingcoordinator/ios/ui-scroll-fixed-diffs.html

looks like a scrollbar is inadvertently visible when the results are taken.
Comment 7 Simon Fraser (smfr) 2019-03-15 11:11:39 PDT
Yes, I need to either add code to hide scrollbars, or make the timeout longer.