1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/devtools/webconsole/test/test-bug-644419-log-limits.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<!-- Any copyright is dedicated to the Public Domain. 1.7 + http://creativecommons.org/publicdomain/zero/1.0/ --> 1.8 + <head> 1.9 + <meta charset="utf-8"> 1.10 + <title>Test for bug 644419: console log limits</title> 1.11 + </head> 1.12 + <body> 1.13 + <h1>Test for bug 644419: Console should have user-settable log limits for 1.14 + each message category</h1> 1.15 + 1.16 + <script type="text/javascript"> 1.17 + function foo() { 1.18 + bar.baz(); 1.19 + } 1.20 + foo(); 1.21 + </script> 1.22 + </body> 1.23 +</html> 1.24 +