summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-grid/abspos/positioned-grid-items-025-ref.html
blob: 803539a069c21f3979821984188187412002c8a3 (plain)
1
2
3
4
5
6
7
8
9
10
<!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;display: inline-block;"></div>
    <div style="background-color:blue; height: 100px; width: 80px;position: relative;display: inline-block;left: 146px;"></div>
</body>
</html>