haikuwebkit/LayoutTests/mathml/presentation/menclose-notation-invalid-e...

16 lines
490 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>expected test case for menclose with empty and invalid notation attribute</title>
</head>
<body>
<p>
<math>
<mtable>
<mtr><mtd><mspace width="100px" height="50px" mathbackground="red"/></mtd></mtr>
<mtr><mtd><mspace width="100px" height="50px" mathbackground="red"/></mtd></mtr>
</mtable>
</math>
</p>
</body>
</html>