Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/presentation-markup/scripts/mmultiscript-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>mmultiscript with no scripts</title>
<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>