Bug 181502 - swipe/pushstate-with-manual-scrollrestoration.html fails on Mac
Summary: swipe/pushstate-with-manual-scrollrestoration.html fails on Mac
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-10 15:26 PST by Tim Horton
Modified: 2018-01-10 21:51 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2018-01-10 15:26:04 PST
Fails because we never hit the render tree size threshold because nothing ever causes a layout :)
Comment 1 Ryan Haddad 2018-01-10 21:08:50 PST
The TestExpectation entry in platform/mac was being overridden by a [ Pass ] expectation for the swipe directory in platform/mac-wk2. Added a failure expectation to that file in https://trac.webkit.org/changeset/226759/webkit
Comment 2 Tim Horton 2018-01-10 21:51:41 PST
... oops! Sorry. Thank you for fixing!