Summary: | DumpRenderTree doesn't always call updateRendering() when a test completes | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> | ||||||
Component: | Tools / Tests | Assignee: | Simon Fraser (smfr) <simon.fraser> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | ap, darin, rniwa, sabouhallawa, simon.fraser, thorton, tsavell, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 205694 | ||||||||
Attachments: |
|
Description
Simon Fraser (smfr)
2020-01-03 18:22:11 PST
Created attachment 386740 [details]
Patch
Created attachment 386743 [details]
Patch
Comment on attachment 386743 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=386743&action=review > Source/WebKitLegacy/mac/WebView/WebView.mm:4775 > + // Ensure fixed positions layers are where they should be. I think there's a grammar error here. I should be "fixed position layers" maybe? The changes in https://trac.webkit.org/changeset/254042/webkit has broken 5 pageoverlay/overlay- tests on Mac wk1 Tracking in https://bugs.webkit.org/show_bug.cgi?id=205810 Nice! Thanks for this fix. |