The specification has no such demands, and it just causes tests to fail unnecessarily. Remove the error case.
Created attachment 333721 [details] Proposed Fix
Comment on attachment 333721 [details] Proposed Fix What's the testing story? I would have expected the original code to come with a test, but I don't see you removing one?
(In reply to Tim Horton from comment #2) > Comment on attachment 333721 [details] > Proposed Fix > > What's the testing story? I would have expected the original code to come > with a test, but I don't see you removing one? The Set Window Rect W3C endpoint for safaridriver is blocked by other reviews, but once it's hooked up, I hit this in my branch while running conformance tests. It expects setting window rect to be idempotent without error if you get the window frame then set the window frame to the same rect. https://github.com/w3c/web-platform-tests/blob/master/webdriver/tests/set_window_rect.py#L261
Comment on attachment 333721 [details] Proposed Fix Clearing flags on attachment: 333721 Committed r228434: <https://trac.webkit.org/changeset/228434>
All reviewed patches have been landed. Closing bug.
<rdar://problem/37513710>