mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
836d2f88b8
commit
adb7a454cb
@ -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);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user