This commit is contained in:
jruderman@hmc.edu 2007-12-17 17:03:51 -08:00
Родитель a018ad0d3e
Коммит b57dafa810
3 изменённых файлов: 45 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,22 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<div><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mfenced open="[" close="]">
<mtable id="table" rowlines="dashed">
<mtr>
<mtd><mi>x</mi></mtd>
<mtd><mi>y</mi></mtd>
</mtr>
<mtr>
<mtd><mi>z</mi></mtd>
<mtd><mi>w</mi></mtd>
</mtr>
</mtable>
</mfenced>
</math></div>
</body>
</html>

Просмотреть файл

@ -0,0 +1,22 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<body onload="document.getElementById('table').setAttribute('rowlines', 'dashed')">
<div><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mfenced open="[" close="]">
<mtable id="table">
<mtr>
<mtd><mi>x</mi></mtd>
<mtd><mi>y</mi></mtd>
</mtr>
<mtr>
<mtd><mi>z</mi></mtd>
<mtd><mi>w</mi></mtd>
</mtr>
</mtable>
</mfenced>
</math></div>
</body>
</html>

Просмотреть файл

@ -185,6 +185,7 @@ random-if(MOZ_WIDGET_TOOLKIT=="gtk2") == 333970-1.html 333970-1-ref.html # bug 3
== 346774-1b.html 346774-1-ref.html
== 346774-1c.html 346774-1-ref.html
== 347348-1.xhtml 347348-1-ref.xhtml
== 347496-1.xhtml 347496-1-ref.xhtml
== 347912-1.html 347912-1-ref.html
== 348516-1.html 348516-1-ref.html
== 348516-2.html 348516-2-ref.html