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: WebDriverAssignee: 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)
Reported 2018-03-08 06:28:11 PST
If it's expected to fail, it passes; if it's expected to pass, it fails.
Attachments
Carlos Garcia Campos
Comment 1 2018-03-08 23:18:52 PST
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
Comment 2 2020-01-08 03:16:09 PST
This is passing now since r253029.
Note You need to log in before you can comment on or make changes to this bug.