haikuwebkit/LayoutTests/mathml/vertical-embellished-op-dir...

21 lines
730 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<div>This test passes if it does not crash.</div>
<math><mfrac><mo>|</mo><mn>1</mn></mfrac></math>
<math><munder><mo>|</mo><mn>1</mn></munder></math>
<math><mover><mo>|</mo><mn>1</mn></mover></math>
<math><munderover><mo>|</mo><mn>1</mn><mn>2</mn></munderover></math>
<math><msub><mo>|</mo><mn>1</mn></msub></math>
<math><msup><mo>|</mo><mn>1</mn></msup></math>
<math><msubsup><mo>|</mo><mn>1</mn><mn>2</mn></msubsup></math>
<math><mmultiscripts><mo>|</mo><mn>1</mn><mn>2</mn><mprescripts/><mn>3</mn><mn>4</mn></mmultiscripts></math>
</body>
</html>