summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mspace-1-ref.html
blob: 3a9e9d4a8d2360ac14fa308ae06a34128d10a6e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>

<head>
    <title>mspace</title>
</head>

<body>

  <div style="position: absolute;
	      top: 0; left: 0;
	      width: 50px; height: 6em;
	      background: red;"></div>

  <div style="position: absolute;
	      top: 2em; left: 50px;
	      width: 40px; height: 3em;
	      background: green;"></div>

  <div style="position: absolute;
	      top: 1em; left: 90px;
	      width: 30px; height: 3em;
	      background: blue;"></div>

</body>

</html>