blob: 5694dd2f526176b1a662f5e06c2b1d97cff425df (
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 Test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<style>
div {
white-space: pre;
font-family: monospace;
}
</style>
<p>Test passes if the 4 letters bellow are vertically aligned.
<div> P</div>
<div> A</div>
<div> S</div>
<div> S</div>
|