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/1061027.html - WPT Dashboard Interop Dashboard
<style>
.c1 { transform-style: preserve-3d; display: table-row-group;</style><script>
var docElement = document.documentElement;
function init() {
test1.setAttribute("class", "c1");
docElement.appendChild(test1);
test1.appendChild(test2);
}
document.addEventListener("DOMContentLoaded", init);
</script>