1
0
Fork 0
firefox/testing/web-platform/tests/css/css-grid/abspos/positioned-grid-items-025-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

11 lines
339 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="author" title="Matt Woodrow" href="mwoodrow@apple.com">
</head>
<body>
<div style="background-color:blue; height: 100px; width: 50px"></div>
<div style="background-color:blue; height: 100px; width: 80px;
position: relative; top: -100px; left: 200px;"></div>
</body>
</html>