Continuing the discussion in #1378 (comment)
This came up from trying to create web platform tests that take srcset into account.
All browser engines today contain an option to emulate devicePixelRatio.
Several web features rely on this - for example, responsive images.
However, there is no cross-browser API to emulate this value for the purpose of testing.
Suggesting that this would be a parameter when creating a window, or an additional POST (similar to /rect)