diff --git a/layout/inspector/tests/test_get_all_style_sheets.html b/layout/inspector/tests/test_get_all_style_sheets.html index 590418f973fe..7e5a4d49b063 100644 --- a/layout/inspector/tests/test_get_all_style_sheets.html +++ b/layout/inspector/tests/test_get_all_style_sheets.html @@ -12,6 +12,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=734861 /** Test for Bug 734861 **/ + SimpleTest.waitForExplicitFinish(); + function runTest() { var utils = SpecialPowers.Cc["@mozilla.org/inspector/dom-utils;1"] .getService(SpecialPowers.Ci.inIDOMUtils);