[wpt-sync] Sync PR 17769 - Remove test test_document_element_is_interactable
Categories
(Remote Protocol :: Marionette, task, P4)
Tracking
(Not tracked)
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 17769 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/17769
Details from upstream follow.
Julian Kung <juliankung@chromium.org> wrote:
Remove test test_document_element_is_interactable
ChromeDriver was failing this test despite being W3C compliant in this regard. The reason Chrome's webdriver failed was due to Chrome's HTMLDocument not being focusable. In contrast, Firefox's webdriver passes this test because Firefox's HTMLDocument is focusable. According to the W3 spec (linked below), HTMLDocument need not be focusable (can be seen through the absence of the focus method). Therefore this test should be removed since it does not test spec-compliance.
W3 spec:
https://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-1006298752
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 4•2 years ago
|
||
I had to create a new PR for this particular proposed change: https://github.com/web-platform-tests/wpt/pull/38930
Most likely the sync bot will create a new bug soon for it so I'll go ahead and dupe this one.
Updated•2 years ago
|
Description
•