| Index: LayoutTests/resources/js-test.js
|
| diff --git a/LayoutTests/resources/js-test.js b/LayoutTests/resources/js-test.js
|
| index 7f45c0dd51687fe1a9da4bbc4dff8e46a0f35d0b..45fa85dcfd7865479fd9aca4638b80cd37038399 100644
|
| --- a/LayoutTests/resources/js-test.js
|
| +++ b/LayoutTests/resources/js-test.js
|
| @@ -726,6 +726,8 @@ function isSuccessfullyParsed()
|
| debug('<br /><span class="pass">TEST COMPLETE</span>');
|
| }
|
|
|
| +var wasPostTestScriptParsed, wasFinishJSTestCalled, jsTestIsAsync;
|
| +
|
| // It's possible for an async test to call finishJSTest() before js-test-post.js
|
| // has been parsed.
|
| function finishJSTest()
|
|
|