The Step 17 of Spec says as long as one is not null, we should set them.
However, following wpt-test expects no change in such situations.
|
{"height": 200, "y": 200}, |
|
]) |
|
def test_no_change(session, rect): |
|
original = session.window.rect |
|
response = set_window_rect(session, rect) |
|
assert_success(response, original) |
Why? As I checked, the original is also never "200".