1
0
Fork 0
firefox/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

17 lines
567 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>mmultiscript with no scripts</title>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=208309">
<link rel="help" href="https://w3c.github.io/mathml-core/#base-with-prescripts-and-postscripts">
<link rel="match" href="mmultiscript-001-ref.html">
<meta name="assert" content="mmultiscript with no scripts renders the same as if it had two none post-scripts">
</head>
<body>
<math>
<mmultiscripts>
<mtext>base</mtext>
</mmultiscripts>
</math>
</body>
</html>