servo/tests/wpt/web-platform-tests/web-animations/timing-model/animations/reverse-running-animation-ref.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>