Closed
Bug 1887644
Opened 1 year ago
Closed 11 months ago
Throw "UnsupportedOperation" error instead "InvalidArgument" when a file in "input.setFiles" command doesn't exist
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox128 fixed)
RESOLVED
FIXED
128 Branch
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: Sasha, Assigned: Sasha)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:m11], [wptsync upstream][webdriver:relnote])
Attachments
(2 files)
After the spec update is merged, we should update the implementation to throw "UnsupportedOperation" error instead "InvalidArgument" when a file, which a client tries to set with "input.setFiles" command, doesn't exist.
Assignee | ||
Updated•1 year ago
|
Points: --- → 1
Priority: -- → P2
Whiteboard: [webdriver:backlog]
Assignee | ||
Comment 1•11 months ago
|
||
Updated•11 months ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 months ago
|
||
Updated•11 months ago
|
Attachment #9403478 -
Attachment description: Bug 1887644 - Add gecko specific test for non-existent files for "input.setFiles" command. → Bug 1887644 - [wdspec] Add a test for non-existent files for "input.setFiles" command.
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7bfa2f610ee7
Throw "UnsupportedOperation" error instead "InvalidArgument" when a file in "input.setFiles" command doesn't exist. r=webdriver-reviewers,whimboo
https://hg.mozilla.org/integration/autoland/rev/6172cdacabda
[wdspec] Add a test for non-existent files for "input.setFiles" command. r=webdriver-reviewers,whimboo
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/46471 for changes under testing/web-platform/tests
Whiteboard: [webdriver:backlog] → [webdriver:backlog], [wptsync upstream]
Assignee | ||
Updated•11 months ago
|
Whiteboard: [webdriver:backlog], [wptsync upstream] → [webdriver:m11], [wptsync upstream]
https://hg.mozilla.org/mozilla-central/rev/7bfa2f610ee7
https://hg.mozilla.org/mozilla-central/rev/6172cdacabda
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
Upstream PR merged by moz-wptsync-bot
Updated•10 months ago
|
Whiteboard: [webdriver:m11], [wptsync upstream] → [webdriver:m11], [wptsync upstream][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•