-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: refactor language tests (#2594)
- Loading branch information
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html dir="rtl" lang="fa-IR"> | ||
<head> | ||
<title>Persian rtl</title> | ||
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<script type="text/javascript" src="../../../test.js"></script> | ||
<style> | ||
body{ | ||
font-family: Arial; | ||
} | ||
.test{ | ||
padding: 10px 25px; | ||
direction: rtl; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="test" lang="fa"> | ||
<p> | ||
سلام دنیا! این یک تست است... | ||
</p> | ||
</div> | ||
<span class="test" lang="fa">من میتوانم. این است قدرت جاوااسکریپت!</span> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters