summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-grid/subgrid/grid-gap-010-ref.html
blob: 8e13f6e561757fbef35ebc7eef817a069d6e90a9 (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:100px; height: 100px; background-color: blue; position:relative; left:50px;"></div>
</body>
</html>