summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/tab-size/tab-size-inheritance-001-ref.html
blob: 5e253df9490e5182dde59a23077815a2176583ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text level 3 Test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<style>
div {
  margin-left: 50px;
  width: 20px;
  height: 20px;
  background: green;
}
</style>

<p>Test passes if there is a green square and no red.
<div></div>