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

16 lines
541 B
HTML

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