summaryrefslogtreecommitdiffstats
path: root/layout/reftests/inline-borderpadding/right-rtl-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/inline-borderpadding/right-rtl-ref.html')
-rw-r--r--layout/reftests/inline-borderpadding/right-rtl-ref.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/inline-borderpadding/right-rtl-ref.html b/layout/reftests/inline-borderpadding/right-rtl-ref.html
new file mode 100644
index 0000000000..c97d782f7a
--- /dev/null
+++ b/layout/reftests/inline-borderpadding/right-rtl-ref.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <div style="direction: rtl">
+ <span style="border: 2px solid; border-left-style: none; padding-right: 10px; margin-right: 60px;">One</span>
+ <br>
+ <span style="border: 2px solid; border-right-style: none; padding-left: 5px; margin-left: 30px;">Two</span>
+ </div>
+ </body>
+</html>