Backed out 3 changesets (bug 1431533) for Android mochitest failures on testEventDispatcher on a CLOSED TREE

Backed out changeset a1eca62826a1 (bug 1431533)
Backed out changeset 34c999fa006b (bug 1431533)
Backed out changeset e2674287e57f (bug 1431533)
This commit is contained in:
Cosmin Sabou
2018-01-30 07:17:48 +02:00
parent e558432368
commit f09d6d985d
2877 changed files with 8811 additions and 8974 deletions

View File

@@ -4,8 +4,8 @@
var testPath = "http://mochi.test:8888/browser/dom/html/test/";
var popup;
var {LoadContextInfo} = ChromeUtils.import("resource://gre/modules/LoadContextInfo.jsm", null);
var {Services} = ChromeUtils.import("resource://gre/modules/Services.jsm", null);
var {LoadContextInfo} = Cu.import("resource://gre/modules/LoadContextInfo.jsm", null);
var {Services} = Cu.import("resource://gre/modules/Services.jsm", null);
function checkCache(url, inMemory, shouldExist, cb)
{