Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/crashtests/mozilla/1701975-1.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<style>
#id_0 {
font-size: 10000% ! important
}
* {
border-top-style: groove;
}
</style>
</head>
<math>
<semantics style='border-inline: 1000000em outset !important'>
<mmultiscripts id='id_0'></mmultiscripts>
</semantics>
</math>
</html>