1
0
Fork 0
firefox/testing/web-platform/tests/web-animations/timing-model/animations/document-timeline-animation-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

19 lines
No EOL
375 B
HTML

<!DOCTYPE html>
<title>Reference for document timeline animation</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 document timeline animation. If any blue pixels appear
in the screenshot, the test fails.
</p>
</body>