Bug 1855028 Comment 38 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The problem here is:

```
[task 2026-03-31T18:34:13.003+00:00] 18:34:13     INFO -         # Wayland forbids programmatic window movement in headful mode.
[task 2026-03-31T18:34:13.003+00:00] 18:34:13     INFO -         if is_wayland_headful:
[task 2026-03-31T18:34:13.003+00:00] 18:34:13     INFO - >           assert value["x"] == rect.get("x", original["x"])
```

Given that this affects the WebDriver classic tests the changes in https://phabricator.services.mozilla.com/D287168 should have caused that. And indeed it looks like that I made a mistake when resolving the merge conflicts. The logic of the test shouldn't have touched at all and should remain as: 

https://searchfox.org/firefox-main/rev/65f89c383b216d3b4f210657c9af12a32048fb67/testing/web-platform/tests/webdriver/tests/classic/set_window_rect/set.py#212-218
The problem here is:

```
[task 2026-03-31T18:34:13.003+00:00] 18:34:13     INFO -         # Wayland forbids programmatic window movement in headful mode.
[task 2026-03-31T18:34:13.003+00:00] 18:34:13     INFO -         if is_wayland_headful:
[task 2026-03-31T18:34:13.003+00:00] 18:34:13     INFO - >           assert value["x"] == rect.get("x", original["x"])
```

Given that this affects the WebDriver classic tests the changes in [https://phabricator.services.mozilla.com/D287168](https://phabricator.services.mozilla.com/D271717) should have caused that. And indeed it looks like that I made a mistake when resolving the merge conflicts. The logic of the test shouldn't have touched at all and should remain as: 

https://searchfox.org/firefox-main/rev/65f89c383b216d3b4f210657c9af12a32048fb67/testing/web-platform/tests/webdriver/tests/classic/set_window_rect/set.py#212-218

Back to Bug 1855028 Comment 38