RESOLVED FIXED 277458
Remove and replace `Internals::setTopContentInset()`
https://bugs.webkit.org/show_bug.cgi?id=277458
Summary Remove and replace `Internals::setTopContentInset()`
Charlie Wolfe
Reported 2024-07-31 17:46:23 PDT
`Internals::setTopContentInset()` tries to set the top content inset on the mainframe, which can’t happen if it’s called from a site isolated iframe. This patch moves it to `TestRunner` and replaces it with an async version of the function.
Attachments
Charlie Wolfe
Comment 1 2024-07-31 17:48:34 PDT
Radar WebKit Bug Importer
Comment 2 2024-07-31 17:48:45 PDT
EWS
Comment 3 2024-08-02 11:24:31 PDT
Committed 281770@main (cdadae59887d): <https://commits.webkit.org/281770@main> Reviewed commits have been landed. Closing PR #31569 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.