mirror of
https://github.com/servo/servo.git
synced 2025-10-17 00:39:15 +01:00
18 lines
458 B
HTML
18 lines
458 B
HTML
<!DOCTYPE html>
|
|
<title>Reference for update playback rate zero</title>
|
|
<style>
|
|
#notes {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 100px;
|
|
}
|
|
</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 slows down so that it does not finish
|
|
before the screenshot. If any blue pixels appear in the screenshot,
|
|
the test fails.
|
|
</p>
|
|
</body>
|