Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/html/crashtests/crashtests.list
<html class="reftest-wait">
<body>
<iframe src="./1785933-inner.html"></iframe>
<script>
window.onmessage = function() {
document.documentElement.removeAttribute("class");
}
</script>
</body>
</html>