Closed
Bug 1343164
Opened 8 years ago
Closed 8 years ago
Unknown content type dialog is left open in area-download-click.html and a-download-click.html
Categories
(Testing :: web-platform-tests, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: whimboo, Unassigned)
References
Details
Some tests are not closing the opened unknown content type dialog. This can be seen when running web-platform tests on try for chunks 1 and 4, or running the following commands locally: mach wpt --no-pause /html/semantics/embedded-content/the-area-element/area-download-click.html /html/semantics/embedded-content/the-area-element/area-processing.html mach wpt --no-pause /html/semantics/text-level-semantics/the-a-element/a-download-click.html /html/semantics/text-level-semantics/the-a-element/a-stringifier.html This blocks my work for Marionette webdriver-compat on bug 1322383. James, I assume this is a case the Marionette executor has to handle correctly during teardown of a test? None of the tests should actually leave a dialog open.
Flags: needinfo?(james)
Reporter | ||
Comment 1•8 years ago
|
||
After some more investigation it turns out that this is would actually be a regression in wpt-test with my patch on bug 1322383 landed. I know where the problem is located and will get it fixed, and a new test added. Sorry for the noise.
Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(james)
You need to log in
before you can comment on or make changes to this bug.
Description
•