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/1435015.html - WPT Dashboard Interop Dashboard
 
 
<!doctype html>
<style>
  div { display: contents; }
</style>
<math></math>
<script>
  document.querySelector('math').appendChild(div);
</script>