Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: (os == 'android')
- Manifest: dom/html/crashtests/crashtests.list
<!DOCTYPE html>
<html class="reftest-wait">
<script>
function runTest() {
let win = window.open("1667493_1.html");
win.finish = function() {
document.documentElement.removeAttribute("class");
};
}
</script>
<body onload="runTest()">
</body>
</html>