Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: xpcom/string/crashtests/crashtests.list
<html>
<body>
<script>
style = document.createElement("style"); // eslint-disable-line no-undef
document.documentElement.appendChild(style); // eslint-disable-line no-undef
style.textContent = "tz\uDAB2 "; // eslint-disable-line no-undef
</script>
</body>
</html>