mirror of
https://github.com/servo/servo.git
synced 2025-07-01 04:23:39 +01:00
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>
|