blob: 7cc1050325cfdc525d83cc0e4c7aa3646e0da48b (
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 pseudo><span> </span></rb><rb>b</rb>
<rt>x</rt><rt pseudo><span> </span></rt><rt>y</rt>
</ruby></p>
<p><ruby>
<rb>a</rb><rb pseudo><span> </span></rb><rb>b</rb>
<rt>x</rt><rt></rt><rt>y</rt>
</ruby></p>
<p><ruby>
<rb>a</rb><rb pseudo></rb><rb>b</rb>
<rt>x</rt><rt pseudo><span> </span></rt><rt>y</rt>
</ruby></p>
</body>
</html>
|