Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            - /mathml/menclose/menclose-3-default.html - WPT Dashboard Interop Dashboard
 
<!DOCTYPE html>
<html>
  <head>
    <title>menclose default</title>
    <meta charset="utf-8"/>
    <link rel="match" href="menclose-3-default-ref.html"/>
  </head>
  <body>
    <math>
      <menclose notation="longdiv">
        <mspace width="100px" height="50px"></mspace>
      </menclose>
    </math>
  </body>
</html>