OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <script src="../../../resources/js-test.js"></script> | |
4 <script> | |
5 description("Check that first disconnecting then closing a page popup does not c rash."); | |
6 testPassed("no crash"); | |
7 | |
8 testRunner.notifyDone(); | |
9 </script> | |
10 </html> | |
OLD | NEW |