blob: d1f23cbdb4038180c805cfdbe4dbcf1ad17498ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bug 1099807 - Intra-level whitespace pairing</title>
<link rel="stylesheet" href="common.css">
</head>
<body>
<p><ruby>
<rb>a</rb> <rb>b</rb>
<rt>x</rt> <rt>y</rt>
</ruby></p>
<p><ruby>
<rb>a</rb> <rb>b</rb>
<rt>x</rt><rt>y</rt>
</ruby></p>
<p><ruby>
<rb>a</rb><rb>b</rb>
<rt>x</rt> <rt>y</rt>
</ruby></p>
</body>
</html>
|