Open
Description
There is currently a gray area in the specification when doing window sizing for:
Set Window Rect
Maximize
Fullscreen
Set Window Rect explicitly says to set the browser chrome size in CSS pixels but makes no mention of waiting for the web content to resize before returning.
Maximize also has this issue where we state that we should resize the chrome
Fullscreen as it currently is only resizes the element which is okay for now (as that would assumed resizing the content is waited for since the element becomes all of the displayed content) however if this changes to be the equivalent of a browser fullscreen it will suffer this problem as well.