comparison: testing/mochitest/tests/browser/browser_zz_fail_openwindow.js
testing/mochitest/tests/browser/browser_zz_fail_openwindow.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 function test() { |
|
2 waitForExplicitFinish(); |
|
3 function done() { |
|
4 ok(true, "timeout ran"); |
|
5 finish(); |
|
6 } |
|
7 |
|
8 ok(OpenBrowserWindow(), "opened browser window"); |
|
9 // and didn't close it! |
|
10 |
|
11 setTimeout(done, 10000); |
|
12 } |