mirror of
https://github.com/servo/servo.git
synced 2025-09-22 12:50:08 +01:00
Implement tag name selector for FindElements WebDriver command
This commit is contained in:
parent
7d5b324bda
commit
dec73e4cea
5 changed files with 47 additions and 14 deletions
|
@ -5,9 +5,6 @@
|
|||
[test_find_elements_link_text[<a href=#>LINK TEXT</a>-LINK TEXT\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_htmldocument[tag name-html\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_find_elements_link_text[<a href=#>link text</a>-link text\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -50,9 +47,6 @@
|
|||
[test_find_elements[xpath-//a\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_find_elements[tag name-a\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_find_elements_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue