summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ruby/bidi-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-ruby/bidi-1.html')
-rw-r--r--layout/reftests/css-ruby/bidi-1.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/css-ruby/bidi-1.html b/layout/reftests/css-ruby/bidi-1.html
new file mode 100644
index 000000000..4b22c6535
--- /dev/null
+++ b/layout/reftests/css-ruby/bidi-1.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>Bug 1141928 - Position of ruby annotation in RTL text</title>
+ <style>
+ body { color: transparent; }
+ rb { background: green; }
+ rtc { background: red; }
+ rt { background: cyan; }
+ </style>
+</head>
+<body dir="rtl">
+ <ruby><rb>base<rtc><rt>text</ruby>
+</body>
+</html>