gecko/toolkit/components/console/hudservice/tests/browser/test-console-replaced-api.html
Gavin Sharp 3a7201e83a Bug 612405: use a more reliable trick to detect the console API being replaced, r=ddahl, a=dolske
--HG--
extra : rebase_source : 7c7753855472f3717a3f7e2fd5ecd5d14a736f27
2010-11-17 17:29:42 -05:00

12 lines
376 B
HTML

<!DOCTYPE HTML>
<html dir="ltr" xml:lang="en-US" lang="en-US"><head>
<title>Console test replaced API</title>
</head>
<body>
<h1 id="header">Web Console Replace API Test</h1>
<script type="text/javascript">
window.console = {log: function (msg){}, info: function (msg){}, warn: function (msg){}, error: function (msg){}};
</script>
</body>
</html>