Sign in
webkit
/
WebKit
/
94ca7aeff0a3a55c73af741f8b9a50a9032a71cb
/
.
/
LayoutTests
/
mathml
/
fenced-whitespace-separators-crash.html
blob: ce87b7e84a4988977113f5f8e74486a6d3b533b5 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
if
(
window
.
layoutTestController
)
layoutTestController
.
dumpAsText
();
</script>
</head>
<body>
<math>
<mfenced
separators
=
" "
>
<mrow>
<mrow>
<mi>
v
</mi>
</mrow>
<mi>
i
</mi>
</mrow>
</mfenced>
</math>
</body>
</html>