Chromium Code Reviews| Index: LayoutTests/fast/events/window-errorevent-02.html |
| diff --git a/LayoutTests/fast/events/window-errorevent-02.html b/LayoutTests/fast/events/window-errorevent-02.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c418a855d8a56690f14a323e3c590c55dc7e464c |
| --- /dev/null |
| +++ b/LayoutTests/fast/events/window-errorevent-02.html |
| @@ -0,0 +1,17 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| + <script src="/resources/js-test-pre.js"></script> |
| + <script src="resources/onerror-test.js"></script> |
| + <script> |
| + DumpErrorEventAndAllowDefault(); |
| + </script> |
| +</head> |
| +<body> |
| + <p>This test should trigger 'window.onerror', and leave the error unhandled.</p> |
|
do-not-use
2013/07/24 15:46:16
Duplicate test without expectation?
|
| + <script> |
| + throwException(); |
| + </script> |
| + <script src="../js/resources/js-test-post.js"></script> |
| +</body> |
| +</html> |