mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 13:48:23 +02:00
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
18 lines
362 B
HTML
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>
|