Sign in
webkit
/
WebKit
/
0cfcfa958b07da98f79bec40b4cf62a35358cb5c
/
.
/
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>