Closed
Bug 2003992
Opened 1 month ago
Closed 1 month ago
Throw an error when calling "emulation.setLocaleOverride" with "locale" argument equal "undefined".
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox147 fixed)
RESOLVED
FIXED
147 Branch
| Tracking | Status | |
|---|---|---|
| firefox147 | --- | fixed |
People
(Reporter: Sasha, Assigned: Sasha)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m18][wptsync upstream][webdriver:relnote])
Attachments
(2 files)
According to the spec, we should throw an invalid argument error when calling "emulation.setLocaleOverride" with "locale" argument equal "undefined".
| Assignee | ||
Comment 1•1 month ago
|
||
Updated•1 month ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•1 month ago
|
||
| Assignee | ||
Updated•1 month ago
|
Points: --- → 1
Priority: -- → P2
Whiteboard: [webdriver:m18]
Pushed by aborovova@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/24d78adac958
https://hg.mozilla.org/integration/autoland/rev/846fb3ca9cf1
[webdriver-bidi] Throw an error when calling "emulation.setLocaleOverride" with "locale" argument equal "undefined". r=whimboo
https://github.com/mozilla-firefox/firefox/commit/303c960d005e
https://hg.mozilla.org/integration/autoland/rev/bb12eb0a09f7
[wdspec] Add a test case with "locale" equal "undefined" for "emulation.setLocaleOverride". r=whimboo
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/56487 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m18] → [webdriver:m18], [wptsync upstream]
Comment 5•1 month ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/846fb3ca9cf1
https://hg.mozilla.org/mozilla-central/rev/bb12eb0a09f7
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox147:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 147 Branch
Upstream PR merged by moz-wptsync-bot
Updated•9 days ago
|
Whiteboard: [webdriver:m18], [wptsync upstream] → [webdriver:m18][wptsync upstream][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•