bug 459443 follow-up: backing out workaround I added to reftest -- it's not needed now that bug 474472 has been fixed. [Backed out changeset 5859409285d5]

This commit is contained in:
Daniel Holbert 2009-01-21 22:19:41 -08:00
parent 836d2f88b8
commit adb7a454cb

View File

@ -13,11 +13,7 @@
f.document.designMode='on';
f.location = 'data:text/html;charset=utf-8,<body>FAIL<script>document.body.innerHTML="PASS"<\/script>';
n.addEventListener("load",
function() {
setTimeout(
"document.documentElement.className = ''", 0
);
},
function() { document.documentElement.className = ''; },
false);
}, 0);
};