test: fix get_element_tag_name test to expect lowercase tagname#60167
test: fix get_element_tag_name test to expect lowercase tagname#60167juliandescottes wants to merge 1 commit into
Conversation
|
Thanks for the quick review! |
|
I wonder if we should add another test which returns the tag name of a namespaced element like |
And elements whose local name is not entirely ASCII lowercase (e.g., Plus obvious edge-cases from the definition of |
|
https://github.com/web-platform-tests/wpt/blob/master/dom/nodes/Element-tagName.html may also be useful as inspiration here. |
See w3c/webdriver#1956 & w3c/webdriver#1962