servo/tests/wpt/meta/css/css-transforms/individual-transform
Martin Robinson 5bc3c3088a
compositor: Do not wait for animation termination to take screenshots (#38055)
WPT tests are expected to create screenshots as soon as everything is
loaded. If an animation is happening adding the "reftest-wait" class to
the root element is appropriate way to delay the screenshot. Previously,
the
test harness was waiting for all animations to finish, but that is just
leading to many timeouts. Removing that code fixes the timeouts.

Two Servo-specific tests are also updated as they were written with
Servo's previous behavior in mind.

Testing: There are test result updates for this change. Many TIMEOUTS
now either correctly
PASS OR FAIL.
Fixes: #36931.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-07-14 12:18:18 +00:00
..
animation compositor: Do not wait for animation termination to take screenshots (#38055) 2025-07-14 12:18:18 +00:00
stacking-context-001.html.ini compositor: Do not wait for animation termination to take screenshots (#38055) 2025-07-14 12:18:18 +00:00
translate-fill-box.html.ini Rename metadata directories 2023-06-22 21:15:41 +02:00
translate-view-box.html.ini Rename metadata directories 2023-06-22 21:15:41 +02:00