mirror of
https://github.com/servo/servo.git
synced 2025-08-22 22:05:32 +01:00
script(webdriver): Check if element is disabled based on WebDriver specification (#38490)
Checking if an element is disabled based on [spec](https://w3c.github.io/webdriver/#dfn-disabled). Fix the command `Is Element Enabled`. Testing: Covered in WPT (`./tests/wpt/tests/webdriver/tests/classic/is_element_enabled/enabled.py`) --------- Signed-off-by: PotatoCP <Kenzie.Raditya.Tirtarahardja@huawei.com>
This commit is contained in:
parent
2e5f5e7d1c
commit
de73d4a25c
2 changed files with 49 additions and 7 deletions
|
@ -2,8 +2,5 @@
|
|||
[test_no_browsing_context]
|
||||
expected: FAIL
|
||||
|
||||
[test_option_with_select[disabled\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_optgroup_with_select[disabled\]]
|
||||
[test_option_with_optgroup[disabled\]]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue