diff options
Diffstat (limited to 'content/shell/layout_test_controller.js')
-rw-r--r-- | content/shell/layout_test_controller.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/shell/layout_test_controller.js b/content/shell/layout_test_controller.js index 5cab912..fee881b 100644 --- a/content/shell/layout_test_controller.js +++ b/content/shell/layout_test_controller.js @@ -3,6 +3,7 @@ // found in the LICENSE file. var layoutTestController = layoutTestController || {}; +var testRunner = testRunner || {}; (function() { native function NotifyDone(); @@ -21,4 +22,6 @@ var layoutTestController = layoutTestController || {}; SetShouldStayOnPageAfterHandlingBeforeUnload; this.waitUntilDone = SetWaitUntilDone; }(); + + testRunner = layoutTestController; })(); |