mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
24
layout/reftests/mathml/semantics-4-ref.html
Normal file
24
layout/reftests/mathml/semantics-4-ref.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE HTML>
|
||||
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
|
||||
<mtable width="100%" mathbackground="red">
|
||||
<mtr> <mtd><mi>x</mi></mtd> </mtr>
|
||||
</mtable>
|
||||
</math>
|
||||
|
||||
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
|
||||
<mtable mathbackground="red">
|
||||
<mtr> <mtd><mi>x</mi></mtd> </mtr>
|
||||
</mtable>
|
||||
</math>
|
||||
|
||||
<math display="inline" xmlns="http://www.w3.org/1998/Math/MathML">
|
||||
<mtable width="100%" mathbackground="red">
|
||||
<mtr> <mtd><mi>x</mi></mtd> </mtr>
|
||||
</mtable>
|
||||
</math>
|
||||
|
||||
<math display="inline" xmlns="http://www.w3.org/1998/Math/MathML">
|
||||
<mtable mathbackground="red">
|
||||
<mtr> <mtd><mi>x</mi></mtd> </mtr>
|
||||
</mtable>
|
||||
</math>
|
||||
Loading…
Add table
Add a link
Reference in a new issue