1
0
Fork 0
firefox/testing/web-platform/tests/css/css-scroll-snap/scroll-snap-root-002-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

18 lines
356 B
HTML

<!DOCTYPE html>
<html>
<title>CSS Scroll Snap Reference</title>
<style type='text/css'>
html, body { margin: 0; padding: 0; }
#target {
border-bottom: solid orange thick;
position: absolute;
bottom: 0;
width: 100%;
}
</style>
<div id="target">
<div>Test passes if the orange stripe below is exactly at the bottom of the viewport.</div>
</div>