summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-grid/abspos/positioned-grid-items-025-ref.html
blob: b9e30e42863b159507a26918f2ca11c7b5f85514 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>