blob: 6898da609d235f2436daac678b6f6bb70cba92ca (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<!DOCTYPE html>
<html lang="en" >
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel='author' title='Elika J. Etemad' href='http://fantasai.inkedblade.net/contact'>
<style type='text/css'>
@import "/fonts/ahem.css";
.contain {
font: 20px/1 Ahem;
width: 5em;
border: solid blue;
margin: 1em;
float: left; }
p { margin: 0;
white-space: pre; }
</style>
<div id='instructions'>Test passes if the pattern is identical in all four blue boxes.</div>
<!-- Control -->
<div class="contain">
<p> x </p>
<p>x x <br> x <br> x x</p>
<p>x x <br> x <br> x x</p>
<p>x x <br> x <br> x x</p>
</div>
<!-- Control -->
<div class="contain">
<p> x </p>
<p>x x <br> x <br> x x</p>
<p>x x <br> x <br> x x</p>
<p>x x <br> x <br> x x</p>
</div>
<!-- Control -->
<div class="contain">
<p> x </p>
<p>x x <br> x <br> x x</p>
<p>x x <br> x <br> x x</p>
<p>x x <br> x <br> x x</p>
</div>
<!-- Control -->
<div class="contain">
<p> x </p>
<p>x x <br> x <br> x x</p>
<p>x x <br> x <br> x x</p>
<p>x x <br> x <br> x x</p>
</div>
|