mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +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
46
layout/reftests/mathml/mtable-width.html
Normal file
46
layout/reftests/mathml/mtable-width.html
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Check that mtable supports the width attribute</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div>
|
||||
<math>
|
||||
<mtext>|</mtext>
|
||||
<mtable width="8em">
|
||||
<mtr>
|
||||
<mtd></mtd>
|
||||
</mtr>
|
||||
</mtable>
|
||||
<mtext>|</mtext>
|
||||
</math>
|
||||
</div>
|
||||
<div>
|
||||
<math>
|
||||
<mtext>|</mtext>
|
||||
<mtable width="30px">
|
||||
<mtr>
|
||||
<mtd></mtd>
|
||||
</mtr>
|
||||
</mtable>
|
||||
<mtext>|</mtext>
|
||||
</math>
|
||||
</div>
|
||||
<div>
|
||||
<math>
|
||||
<mtext>|</mtext>
|
||||
<mtable width="auto">
|
||||
<mtr>
|
||||
<mtd></mtd>
|
||||
</mtr>
|
||||
</mtable>
|
||||
<mtext>|</mtext>
|
||||
</math>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue