[wdspec] Update window maximization tests to not expect the window to be the size of the screen on Wayland
Categories
(Remote Protocol :: Marionette, defect, P2)
Tracking
(firefox133 fixed)
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: Sasha, Assigned: Sasha)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m13], [wptsync upstream])
Attachments
(3 files)
While working on the bug 1857571, I've noticed that [the window maximization, when calling window.maximize()
command, increases the window size but not to the size of the screen (smaller than that) on Wayland when we expect to be the size of the screen or even slightly larger (see try push).
Also, a comment from the bug 1857571
(In reply to Martin Stránský [:stransky] (ni? me) from comment #27)
Yes I see the same results on Fedora 40. It's not guaranteed on Wayland that any app size/state request is accepted by compositor.
Assignee | ||
Comment 1•1 month ago
|
||
It seems like we can not guarantee that the maximized window has the size of the screen, the Marionette logic works fine since we receive the event, so we can just update the tests for Wayland.
Comment 2•1 month ago
|
||
I assume this is only about our wdspec tests and no other wpt test of any other component.
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 3•1 month ago
|
||
Assignee | ||
Comment 4•1 month ago
|
||
Assignee | ||
Comment 5•29 days ago
|
||
Comment 8•26 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7fd5f1828e65
https://hg.mozilla.org/mozilla-central/rev/4251a2ed50a8
https://hg.mozilla.org/mozilla-central/rev/571747a2c68b
Description
•