Closed Bug 1564994 Opened 6 years ago Closed 2 years ago

[wpt-sync] Sync PR 17769 - Remove test test_document_element_is_interactable

Categories

(Remote Protocol :: Marionette, task, P4)

task

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1821631

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

Component: web-platform-tests → geckodriver
Type: -- → task
Severity: normal → S3
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Component: geckodriver → Marionette
Product: Testing → Remote Protocol

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.

Status: REOPENED → RESOLVED
Closed: 3 years ago2 years ago
Duplicate of bug: 1821631
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.