Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: !(os == 'win')
- Manifest: layout/reftests/font-matching/reftest.list
<!DOCTYPE html>
<html lang="ar">
<meta charset="utf-8">
<style>
.a { font: 50px cursive; }
.b { font: 50px monospace; }
</style>
<div class="a">السلام عليكم</div>
<div class="b">السلام عليكم</div>