mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
script(webdriver): Fix element clear for file (#38536)
When clearing input file with WebDriver, we should set input's filelist with empty list instead of setting it with None. Testing: `./tests/wpt/tests/webdriver/tests/classic/element_send_keys/file_upload.py` Signed-off-by: PotatoCP <Kenzie.Raditya.Tirtarahardja@huawei.com>
This commit is contained in:
parent
29222c2770
commit
d33ae1549d
2 changed files with 5 additions and 4 deletions
|
@ -2,9 +2,6 @@
|
|||
[test_multiple_files_send_twice]
|
||||
expected: FAIL
|
||||
|
||||
[test_multiple_files_reset_with_element_clear]
|
||||
expected: FAIL
|
||||
|
||||
[test_single_file_appends_with_multiple_attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue