Prep tree for forward-porting Goanna, stage 1

This commit is contained in:
wolfbeast
2016-03-23 10:12:30 +01:00
committed by roytam1
parent 5d59e0437f
commit 5ee6187aad
1539 changed files with 7733 additions and 7733 deletions
@@ -28,7 +28,7 @@ public class JavascriptTest extends BaseTest {
}
public void testJavascript() throws Exception {
blockForGeckoReady();
blockForGoannaReady();
doTestJavascript();
}
@@ -37,7 +37,7 @@ public class JavascriptTest extends BaseTest {
// We want to be waiting for Robocop messages before the page is loaded
// because the test harness runs each test in the suite (and possibly
// completes testing) before the page load event is fired.
final Actions.EventExpecter expecter = mActions.expectGeckoEvent(EVENT_TYPE);
final Actions.EventExpecter expecter = mActions.expectGoannaEvent(EVENT_TYPE);
mAsserter.dumpLog("Registered listener for " + EVENT_TYPE);
final String url = getAbsoluteUrl(StringHelper.getHarnessUrlForJavascript(javascriptUrl));