Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Errors
- This test failed 1 times in the preceding 30 days. quicksearch this test
- Manifest: editor/libeditor/crashtests/crashtests.list
<html class="reftest-wait">
<head>
<script>
document.designMode = "on";
Promise.all([
new Promise(resolve => addEventListener("load", resolve)),
new Promise(resolve => addEventListener("focus", resolve)),
]).then(() => {
document.body.firstChild.data = "";
document.documentElement.removeAttribute("class");
});
blur();
focus();
getSelection().collapse(document.body, 0);
</script>
</head>
<body><!-- comment --></body>
</html>