mirror of
https://github.com/servo/servo.git
synced 2025-10-17 08:49:21 +01:00
17 lines
414 B
HTML
17 lines
414 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 should stop behind an occluding rectangle.
|
|
If not fully occluded, the test fails.
|
|
</p>
|
|
</body>
|