1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/devtools/webconsole/test/test-bug-597136-external-script-errors.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head> 1.7 + <meta charset="utf-8"> 1.8 +<!-- 1.9 + ***** BEGIN LICENSE BLOCK ***** 1.10 + * Any copyright is dedicated to the Public Domain. 1.11 + * http://creativecommons.org/publicdomain/zero/1.0/ 1.12 + * 1.13 + * Contributor(s): 1.14 + * Patrick Walton <pcwalton@mozilla.com> 1.15 + * 1.16 + * ***** END LICENSE BLOCK ***** 1.17 + --> 1.18 + <title>Test for bug 597136: external script errors</title> 1.19 + </head> 1.20 + <body> 1.21 + <h1>Test for bug 597136: external script errors</h1> 1.22 + <p><button onclick="f()">Click me</button</p> 1.23 + 1.24 + <script type="text/javascript" 1.25 + src="test-bug-597136-external-script-errors.js"></script> 1.26 + </body> 1.27 +</html> 1.28 +