Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
mathml
/
empty-msubsup-crash.html
blob: 81483e1ef85088c78c2f8fb63a8984b1a47a53e9 [
file
]
<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>