Bug 175291
Summary: | ASSERTION FAILED: paused() when running Web Platform Test /css/css-ui-3/outline-018.html | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniel Bates <dbates> |
Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | dino, graouts, graouts, mcatanzaro, simon.fraser |
Priority: | P2 | ||
Version: | WebKit Local Build | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=175294 |
Daniel Bates
When I ran Web Platform Test /css/css-ui-3/outline-018.html with a debug build of WebKit, the WebProcess crashed because the ASSERT(paused()) failed in AnimationBase::updateStateMachine(). You can run the test online at <http://w3c-test.org/tools/runner/index.html>.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
This assert is always hit after entering your password when logging onto a Google account on google.com.
/css/css-ui-3/outline-018.html is surely a better testcase, though!
Antoine Quint
This code no longer exists.