diff options
Diffstat (limited to 'layout/reftests/css-ruby/justification-1-ref.html')
-rw-r--r-- | layout/reftests/css-ruby/justification-1-ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/css-ruby/justification-1-ref.html b/layout/reftests/css-ruby/justification-1-ref.html new file mode 100644 index 000000000..f695fd118 --- /dev/null +++ b/layout/reftests/css-ruby/justification-1-ref.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Bug 1116631 - Justification with ruby span</title> + <link rel="stylesheet" href="common.css"> + <style> + body { line-height: 2; } + </style> +</head> +<body> + <div style="width: 200px; height: 100px; text-align-last: justify; overflow: auto;"><ruby> + <rb>a</rb><rb>b</rb> + </ruby></div> +</body> +</html> |