Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upThe reftest will be timeout with unfinished css-animations. #17335
Comments
|
The compositor will not output a screenshot if any document contains non-expired animations: https://dxr.mozilla.org/servo/rev/b0392dbf39d36f19cd16ec06e29b6aca6e6135e2/components/compositing/compositor.rs#1390-1397 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #17288, I faced that the reftest will be timeout with unfinished animation. Even if we use
reftest-wait, servo will not stop the reftest.For example, if we run following example reftest, reftest can't stop since animation is unfinished.(animation is paused)