gecko/layout/reftests/mathml/dir-6a-ref.html
James Kitchener 7092c5c43d Bug 330964 - Tests for mtable row/column/framespacing. r=fredw
--HG--
rename : layout/reftests/mathml/dir-6-ref.html => layout/reftests/mathml/dir-6a-ref.html
rename : layout/reftests/mathml/dir-6.html => layout/reftests/mathml/dir-6a.html
2014-06-18 06:49:00 -04:00

68 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head><title>Test dir=rtl</title></head>
<body>
<p>
mtable:
<math>
<mtable rowspacing="">
<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>
<p>
mtable:
<math>
<mtable frame="solid">
<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>