Chromium Code Reviews| Index: LayoutTests/fast/forms/resources/popup-no-crash.html |
| diff --git a/LayoutTests/fast/forms/resources/popup-no-crash.html b/LayoutTests/fast/forms/resources/popup-no-crash.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9eb61bb4051381e9dc4db106d0e27cbaebe4bf9e |
| --- /dev/null |
| +++ b/LayoutTests/fast/forms/resources/popup-no-crash.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<script src="../../../resources/js-test.js"></script> |
| +<script> |
| +description("Check that first disconnecting then closing a page popup does not crash."); |
| +testPassed("no crash"); |
| + |
| +testRunner.notifyDone(); |
| +</script> |
| +</html> |