summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-grid/subgrid/grid-gap-011-ref.html
blob: 23bcdfaa5ae3dd0b3a76d2b208b965a8ba4254ce (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html><head>
  <meta charset="utf-8">
  <title>CSS Grid Test: Subgrids with empty tracks and column gap</title>
  <link rel="author" title="Matt Woodrow" href="mailto:mattwoodrow@apple.com">
  <link rel="help" href="https://drafts.csswg.org/css-grid-2">
</head>
<body>
<div style="width:200px; height: 100px; background-color: blue; position:relative; left:175px;"></div>
</body>
</html>