diff options
Diffstat (limited to 'layout/reftests/css-ruby/nested-ruby-1.html')
-rw-r--r-- | layout/reftests/css-ruby/nested-ruby-1.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/css-ruby/nested-ruby-1.html b/layout/reftests/css-ruby/nested-ruby-1.html new file mode 100644 index 0000000000..b3e76768e8 --- /dev/null +++ b/layout/reftests/css-ruby/nested-ruby-1.html @@ -0,0 +1,19 @@ +<!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> |