mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28: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
|
|
@ -0,0 +1,105 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="reftest-wait">
|
||||
<head>
|
||||
<title>Test MathML columnlines</title>
|
||||
<script type="text/javascript">
|
||||
function doTest()
|
||||
{
|
||||
var table1 = document.getElementById("table1");
|
||||
var table2 = document.getElementById("table2");
|
||||
|
||||
// Table 1 setup
|
||||
table1.setAttribute("columnlines", "solid dashed");
|
||||
// Table 2 setup
|
||||
table2.setAttribute("columnlines", "dashed solid");
|
||||
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
window.addEventListener("MozReftestInvalidate", doTest, false);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<b>columnlines="solid dashed"</b> <br />
|
||||
<math>
|
||||
<mstyle>
|
||||
<mtable id="table1">
|
||||
<mtr>
|
||||
<mtd>
|
||||
<mtext>a</mtext>
|
||||
</mtd>
|
||||
<mtd>
|
||||
<mtext>b</mtext>
|
||||
</mtd>
|
||||
<mtd>
|
||||
<mtext>c</mtext>
|
||||
</mtd>
|
||||
</mtr>
|
||||
<mtr>
|
||||
<mtd>
|
||||
<mtext>d</mtext>
|
||||
</mtd>
|
||||
|
||||
<mtd>
|
||||
<mtext>e</mtext>
|
||||
</mtd>
|
||||
<mtd>
|
||||
<mtext>f</mtext>
|
||||
</mtd>
|
||||
</mtr>
|
||||
<mtr>
|
||||
<mtd>
|
||||
<mtext>g</mtext>
|
||||
</mtd>
|
||||
<mtd>
|
||||
<mtext>h</mtext>
|
||||
</mtd>
|
||||
<mtd>
|
||||
<mtext>i</mtext>
|
||||
</mtd>
|
||||
</mtr>
|
||||
</mtable>
|
||||
</mstyle>
|
||||
</math> <br />
|
||||
<b>columnlines="dashed solid"</b> <br />
|
||||
<math>
|
||||
<mstyle>
|
||||
<mtable id="table2">
|
||||
<mtr>
|
||||
<mtd>
|
||||
<mtext>a</mtext>
|
||||
</mtd>
|
||||
<mtd>
|
||||
<mtext>b</mtext>
|
||||
</mtd>
|
||||
<mtd>
|
||||
<mtext>c</mtext>
|
||||
</mtd>
|
||||
</mtr>
|
||||
<mtr>
|
||||
<mtd>
|
||||
<mtext>d</mtext>
|
||||
</mtd>
|
||||
|
||||
<mtd>
|
||||
<mtext>e</mtext>
|
||||
</mtd>
|
||||
<mtd>
|
||||
<mtext>f</mtext>
|
||||
</mtd>
|
||||
</mtr>
|
||||
<mtr>
|
||||
<mtd>
|
||||
<mtext>g</mtext>
|
||||
</mtd>
|
||||
<mtd>
|
||||
<mtext>h</mtext>
|
||||
</mtd>
|
||||
<mtd>
|
||||
<mtext>i</mtext>
|
||||
</mtd>
|
||||
</mtr>
|
||||
</mtable>
|
||||
</mstyle>
|
||||
</math> <br />
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue