Bug 183451
Summary: | WebDriver: imported/w3c/webdriver/tests/interaction/element_clear.py::test_closed_context doesn't work well | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ms2ger (he/him; ⌚ UTC+1/+2) <Ms2ger> |
Component: | WebDriver | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bburg, bugs-noreply, cgarcia |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 183452 | ||
Bug Blocks: |
Ms2ger (he/him; ⌚ UTC+1/+2)
If it's expected to fail, it passes; if it's expected to pass, it fails.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
The problem is that the test itself passes but then the test harness fails after the test. So, pytest reports PASS, and then ERROR. We don't handle that case correctly in the test runner. In any case, all element_clear tests are failing so this one is also expected to fail.
Carlos Garcia Campos
This is passing now since r253029.