summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/html-display-table-ref.html
blob: 7437732cb0504fe4180d0c050eef5130ba197fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<style>
  html {
    width: 280px;
    border: 10px solid green;
    padding: 0;
    margin: auto;
  }
  body {
    padding: 0;
    margin: 0;
  }
</style>
<div style="width:280px;height:300px;background:yellow;display:inline-block;"></div>