haikuwebkit/LayoutTests/mathml/presentation/attributes-style-expected-m...

19 lines
270 B
HTML

<!doctype html>
<html>
<head>
<title>style</title>
<meta charset="utf-8"/>
</head>
<body>
<!-- This should render without any shadow. -->
<math>
<mfrac>
<mn>1</mn>
<mn>2</mn>
</mfrac>
</math>
</body>
</html>