mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
38 lines
662 B
HTML
38 lines
662 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head><title>Test dir=rtl</title></head>
|
|
<body>
|
|
|
|
<p>
|
|
mtable:
|
|
<math>
|
|
<mtable>
|
|
<mtr>
|
|
<mtd>
|
|
<mtext>c</mtext>
|
|
</mtd>
|
|
<mtd>
|
|
<mtext>b</mtext>
|
|
</mtd>
|
|
<mtd>
|
|
<mtext>a</mtext>
|
|
</mtd>
|
|
</mtr>
|
|
<mtr>
|
|
<mtd>
|
|
<mtext>f</mtext>
|
|
</mtd>
|
|
<mtd>
|
|
<mtext>e</mtext>
|
|
</mtd>
|
|
<mtd>
|
|
<mtext>d</mtext>
|
|
</mtd>
|
|
</mtr>
|
|
</mtable>
|
|
</math>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|