OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../inspector/inspector-test.js"></script> | 3 <script src="../inspector/inspector-test.js"></script> |
4 <script> | 4 <script> |
5 function throwException() { | 5 function throwException() { |
6 throw 2013; | 6 throw 2013; |
7 } | 7 } |
8 | 8 |
9 function baz() | 9 function baz() |
10 { | 10 { |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 | 56 |
57 </script> | 57 </script> |
58 | 58 |
59 </head> | 59 </head> |
60 <body onload="handleLoaded()"> | 60 <body onload="handleLoaded()"> |
61 <p> | 61 <p> |
62 Tests that console will NOT contain stack trace for exception thrown when inspec
tor front-end was closed. <a href="https://bugs.webkit.org/show_bug.cgi?id=10942
7">Bug 109427.</a> | 62 Tests that console will NOT contain stack trace for exception thrown when inspec
tor front-end was closed. <a href="https://bugs.webkit.org/show_bug.cgi?id=10942
7">Bug 109427.</a> |
63 </p> | 63 </p> |
64 </body> | 64 </body> |
65 </html> | 65 </html> |
OLD | NEW |