20 lines
458 B
HTML
20 lines
458 B
HTML
|
|
<!DOCTYPE html>
|
|
<meta charset="UTF-8">
|
|
<title>Reference for sync start times</title>
|
|
<style>
|
|
#notes {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 100px;
|
|
}
|
|
</style>
|
|
|
|
<body>
|
|
<p id="notes">
|
|
This test creates a pair of animations, starts the first animation and then
|
|
syncs the second animation to align with the first. The test passes if the
|
|
box associated with the first animation is completely occluded by the
|
|
second.
|
|
</p>
|
|
</body>
|