Bug 291974
| Summary: | [scroll-animations] WPT test `scroll-animations/css/animation-range-visual-test.html` hits `ASSERT(repaintContainer->isComposited())` under `RenderObject::repaintUsingContainer()` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Compositing | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | mattwoodrow, simon.fraser |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=290993 | ||
Antoine Quint
The patch in PR https://github.com/WebKit/WebKit/pull/43626 fixing bug 290993 is making the WPT test `scroll-animations/css/animation-range-visual-test.html` hit `ASSERT(repaintContainer->isComposited())` under `RenderObject::repaintUsingContainer()`. This test is being skipped to avoid hitting this crash on the bot, but we need to fix this.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Matt Woodrow
*** This bug has been marked as a duplicate of bug 292016 ***