Sign in
webkit
/
WebKit
/
0d5b2e8644a52808d82465a63e568be57c9ba8a7
/
.
/
LayoutTests
/
mathml
/
mn-as-list-item-assert.html
blob: c879660d4c94ee1b25afbd8d4867fd161f80ce53 [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<head>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</head>
<body>
<math>
<munderover>
<mn
style
=
"
display
:
list-item
;
"
>
This test PASSES if it does not CRASH or ASSERT.
</mn>
</munderover>
</math>