<rdar://76227216>
Created attachment 425871 [details] Patch
Comment on attachment 425871 [details] Patch r=me
Committed r275904 (236468@main): <https://commits.webkit.org/236468@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 425871 [details].
(In reply to EWS from comment #3) > Committed r275904 (236468@main): <https://commits.webkit.org/236468@main> > This change regresses current behavior: there is no way to override color scheme preference in the early stage of page load as there is inherent delay between navigation commit and when the front-end can set the override back. Basically this code will always give wrong result if run early during page load: // Send Page.setForcedAppearance with "appearance":"Light" // navigate to a page with the following code in its inline script: console.log(matchMedia('(prefers-color-scheme: light)').matches);