summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/tab-size/tab-size-spacing-001-ref.html
blob: 2711617476d49f030d45c0a3169412c38c2390e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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 {
  font-family: monospace;
  width: 20px;
  height: 20px;
  background: green;
  margin-left: calc( 8ch + 8 * 2px + 8 * 10px );
}
</style>

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