Deployed the page to Github Pages.
This commit is contained in:
parent
1d79754e93
commit
2c89899458
62797 changed files with 6551425 additions and 15279 deletions
19
node_modules/selenium-webdriver/lib/test/data/click_rtl.html
generated
vendored
Normal file
19
node_modules/selenium-webdriver/lib/test/data/click_rtl.html
generated
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>RTL test</title>
|
||||
<style type="text/css">
|
||||
.test { font-size: 150%; }
|
||||
table td { border: 1px solid #CCC; }
|
||||
img { margin: 10px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div dir="rtl">
|
||||
|
||||
<div class="test">مفتاح<a href="clicks.html" id="ar_link"> معايير</a> الويب</div>
|
||||
|
||||
<div class="test">פעילות<a id="hb_link" href="clicks.html"> הבינאום </a></div>
|
||||
|
||||
</div>
|
||||
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue