5 h1 { font-size:
24px; }
6 td, div { font-size:
48px; }
11 The last two rows below should be identical.
14 <tr><th>isolated
</th><th>initial
</th><th>medial
</th></tr>
15 <tr><td>ع</td><td>ﻋ</td><td>ﻌ</td></tr>
16 <tr><td>ع</td><td>ع‍</td><td>‍ع‍</td></tr>
20 The two lines below should be identical.
22 <div dir=
"rtl">ععع</div>
23 <div dir=
"rtl">ع‍<span>‍ع‍</span>‍ع</div>