mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
44
layout/reftests/bidi/779003-1.html
Normal file
44
layout/reftests/bidi/779003-1.html
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
<!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;
|
||||
}
|
||||
|
||||
.nextLink {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.pagination,
|
||||
.pagination li {
|
||||
display: inline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<div id="searchPaginationFooter">
|
||||
<p class="backLink"> < <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> > </p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue