mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 6577dad62b79 (bug 885107) for mochitest-2 orange.
This commit is contained in:
parent
8a7e469033
commit
6bd71921d1
@ -293,10 +293,6 @@ var W3CTest = {
|
||||
"output": false,
|
||||
"explicit_timeout": true
|
||||
});
|
||||
// Workaround until testharness is updated (see bug 885107).
|
||||
window.onerror = function(message, fileName, lineNumber) {
|
||||
W3CTest.logFailure("Uncaught exception", fileName + " (" + lineNumber + "): " + message);
|
||||
};
|
||||
} catch (e) {
|
||||
W3CTest.logFailure("Harness setup", "Unexpected exception: " + e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user