blob: 5a00d7284b2b8d3c592340819599e83f0bf4c216 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!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-size: 4em;
margin: 1rem;
width: 4em;
}
</style>
<p>Test passes if there are four identical lines of text below.
<div lang=hi>षि</div>
<div lang=hi>षि</div>
<div lang=hi>षि</div>
<div lang=hi>षि</div>
|