summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/779003-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bidi/779003-1-ref.html')
-rw-r--r--layout/reftests/bidi/779003-1-ref.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/layout/reftests/bidi/779003-1-ref.html b/layout/reftests/bidi/779003-1-ref.html
new file mode 100644
index 0000000000..dfbc638ffc
--- /dev/null
+++ b/layout/reftests/bidi/779003-1-ref.html
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <style type="text/css">
+#searchPaginationFooter {
+ direction: rtl;
+}
+
+.backLink {
+ display: inline-block;
+}
+
+.nextLink {
+ display: inline-block;
+}
+
+.pagination,
+.pagination li {
+ display: inline-block;
+ margin: 0;
+}
+
+p { margin: 0; }
+ </style>
+ </head>
+ <body>
+ <div>
+ <div id="searchPaginationFooter">
+ <p class="backLink"> &lt; <span class="gray">السابق</span></p>
+ <ul class="pagination">
+ <li><span class="select">1</span></li>
+ <li><a href="#page=2">2</a></li>
+ <li><a href="#page=3">3</a></li>
+ <li><a href="#page=4">4</a></li>
+ <li><a href="#page=5">5</a></li>
+ <li><a href="#page=6">6</a></li>
+ <li><a href="#page=7">7</a></li>
+ <li><a href="#page=8">8</a></li>
+ <li>...</li>
+ <li><a href="#page=325">325</a></li>
+ </ul>
+ <p class="nextLink"><a href="#page=2">التالي</a> &gt; </p>
+ </div>
+ </div>
+ </body>
+</html>