Add tests for focus()/blur() on MathML elements.#59817
Conversation
|
There are no reviewers for this pull request besides its author. Please reach out on the chat room to get help with this. Thank you! |
lukewarlow
left a comment
There was a problem hiding this comment.
Does this need anything special for a elements (I don't think so right)? Also I seem to recall a test that exists already that chrome fails. We should make sure we're not duplicating tests here.
I think this is the generic test for focus()/blur() where we explicitly set tabindex=1, so it works with a too (in chromium too). Indeed, there are other tests that relies on focus() but there more focused on a/tabindex, so this seems different. |
whatwg/html#12416