blob: 97393cc1761f950579dc0c561a3cf4988c59852b (
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-size: 4em;
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>
|