haikuwebkit/LayoutTests/mathml/presentation/tables-simple.html

36 lines
1.1 KiB
HTML

<!doctype html>
<html>
<head>
<title>table simple</title>
<meta charset="utf-8"/>
</head>
<style>
mtd {
padding: 0;
}
</style>
<body>
<math>
<mtable style="position: absolute; left: 0; top: 0;">
<mtr>
<mtd><mspace width="2em" height="2em" mathbackground="red"/></mtd>
<mtd><mspace width="2em" height="2em" mathbackground="green"/></mtd>
<mtd><mspace width="2em" height="2em" mathbackground="blue"/></mtd>
</mtr>
<mtr>
<mtd><mspace width="2em" height="2em" mathbackground="yellow"/></mtd>
<mtd><mspace width="2em" height="2em" mathbackground="magenta"/></mtd>
<mtd><mspace width="2em" height="2em" mathbackground="cyan"/></mtd>
</mtr>
<mtr>
<mtd><mspace width="2em" height="2em" mathbackground="#eee"/></mtd>
<mtd><mspace width="2em" height="2em" mathbackground="grey"/></mtd>
<mtd><mspace width="2em" height="2em" mathbackground="black"/></mtd>
</mtr>
</mtable>
</math>
</body>
</html>