Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/sr-getRandomValues
/
.
/
mathml
/
crashtests
/
mozilla
/
1435015.html
blob: 329aaca22f8ef02c05750cc221fc03e577ac8e7f [
file
] [
edit
]
<!doctype html>
<style>
div
{
display
:
contents
;
}
</style>
<math></math>
<script>
let div
=
document
.
createElementNS
(
'http://www.w3.org/1998/Math/MathML'
,
'div'
);
document
.
querySelector
(
'math'
).
appendChild
(
div
);
</script>