blob: 4e234bf76de781615577aae4b8bc7f92323d19fb (
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: 32px/1 monospace;
width: 6ch;
}
</style>
<body lang="en">
<div>regu‐<br>lation<br><br>imple‐<br>menta‐<br>tion<br>now</div>
<!--
Hyphen-minus == - == -
Hyphen == ‐ == ‐
-->
|