You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
moveTo, moveBy, resizeTo and resizeBy should be allowed to fail. Browsers will ignore these when:
the Window is not the top-level window
the Window is top-level, but lives in a tabbed browser window
the UA decides that content-driven window resizing is undesirable.
I think there needs to be some text that says that the UA is allowed to do nothing when these functions are called. That begs the question about whether they should return some value to indicate if they succeeded.