summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/text-align-last-center.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/text/text-align-last-center.html')
-rw-r--r--layout/reftests/text/text-align-last-center.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/text/text-align-last-center.html b/layout/reftests/text/text-align-last-center.html
new file mode 100644
index 000000000..e1f21c2f5
--- /dev/null
+++ b/layout/reftests/text/text-align-last-center.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>text-align-last</title>
+ <meta charset="utf-8">
+ <style type="text/css">
+ p {
+ text-align-last: center;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Lorem ipsum</p>
+ <p dir="rtl">אמר המחבר</p>
+ </body>
+</html>