Support "undefined" and "null" for "viewport" argument of "browsingContext.setViewport" command
Categories
(Remote Protocol :: WebDriver BiDi, task, P1)
Tracking
(firefox122 fixed)
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:m9], [wptsync upstream][webdriver:relnote])
Attachments
(4 files)
The WebDriver BiDi spec has recently been changed to support undefined
and null
for the viewport
argument. Tests have been updated as part of bug 1860770 which will sync hopefully soon.
We should update that code before starting with the implementation of the support for devicePixelRatio
on bug 1857961.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Tests were not failing as expected because of the missing "viewport"
argument.
Depends on D194544
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D194545
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
Without an actual page loaded, changing the viewport will not trigger
any reflow and as such doesn't test real use-case scenarios.
Depends on D194546
Comment 7•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/65228ad8a272
https://hg.mozilla.org/mozilla-central/rev/a9f154bc28c7
https://hg.mozilla.org/mozilla-central/rev/36f0fa2e8791
https://hg.mozilla.org/mozilla-central/rev/988211aadb0d
Assignee | ||
Updated•2 years ago
|
Description
•