Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitgtk/2.6
/
.
/
LayoutTests
/
mathml
/
presentation
/
attributes-style-expected-mismatch.html
blob: 090d1c5def6026b16b0e70c4c18bbc13f69f5061 [
file
] [
edit
]
<!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>