blob: 6bd86d36aa20219232f0423bbb7b712629397a96 (
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
|
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference Test</title>
<link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com" />
<style>
div
{
border: solid 1px;
font: 50px/1 monospace;
width: 4ch;
}
</style>
<body>
<div>reg-<br>ula-<br>tion</div>
<!--
Hyphen-minus == - == -
Hyphen == ‐ == ‐
-->
|