mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
20 lines
335 B
HTML
20 lines
335 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Bug 1120313 - Nested ruby inside ruby annotation</title>
|
|
<link rel="stylesheet" href="common.css">
|
|
</head>
|
|
<body>
|
|
<ruby>
|
|
<rb>base1</rb>
|
|
<rt>
|
|
<ruby>
|
|
<rb>base2</rb>
|
|
<rt>text</rt>
|
|
</ruby>
|
|
</rt>
|
|
</ruby>
|
|
</body>
|
|
</html>
|