зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
964e50606a
Коммит
b71676941a
|
@ -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);
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче