Sign in
webkit
/
WebKit
/
e3359178b2477d2eee4647843fc5d41a3876d9db
/
.
/
LayoutTests
/
mathml
/
empty-msubsup-crash.html
blob: 81483e1ef85088c78c2f8fb63a8984b1a47a53e9 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</head>
<body>
<p>
This test passes if it does not crash.
</p>
<math
xmlns
=
"http://www.w3.org/1998/Math/MathML"
>
<msubsup></msubsup>
</math>
</body>
</html>