blob: 38b00cef8bfb1e0336409f9b12c364b38892a39a (
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 == ‐ == ‐
-->
|