mirror of
https://github.com/servo/servo.git
synced 2025-10-15 16:00:28 +01:00
20 lines
463 B
HTML
20 lines
463 B
HTML
<!DOCTYPE html>
|
|
<title>Reference for update playback rate zero</title>
|
|
<style>
|
|
#notes {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 100px;
|
|
}
|
|
body {
|
|
background: white;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div id="box"></div>
|
|
<p id="notes">
|
|
This test creates a running animation and changes its playback rate
|
|
part way through. The animation finishes ahead of the screenshot.
|
|
If any blue pixels appear in the screenshot, the test fails.
|
|
</p>
|
|
</body>
|