gecko-dev/testing/web-platform/tests/web-animations/timing-model/animations/reverse-running-animation-ref.html
Blink WPT Bot 9927b550fe Bug 1600675 [wpt PR 20559] - Update reversing-an-animation test, a=testonly
Automatic update from web-platform-tests
Update reversing-an-animation test (#20559)

Double rAF start of the test to avoid starting the animation while too
busy to handle updates in a timely manner.

Bug: 1029541
Change-Id: I3e0e665f0b4b9dd6f6a87d84d207b0c18a1b51c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1946668
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Reviewed-by: Robert Flack <flackr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#721486}
--

wpt-commits: 85a8c5a0ee860c22562eab683858703fe66d8872
wpt-pr: 20559
2019-12-09 11:07:30 +00:00

18 lines
362 B
HTML

<!DOCTYPE html>
<title>Reference for reverse running animation</title>
<style>
#notes {
position: absolute;
left: 0px;
top: 100px;
}
body {
backgrond: white;
}
</style>
<body>
<p id="notes">
This test reverses the animation shortly after the box starts moving. If
any blue pixels are visible the test has failed.
</p>
</body>