blob: b081a74d2dcc804c2f99a28b3941b6d4b85d438e [file] [log] [blame]
<html>
<head>
<script type="text/javascript" src="../http/tests/inspector/inspector-test.js"></script>
<script>
function test()
{
InspectorTest.log("Logged a message from the inspector page.");
InspectorTest.completeTest();
}
</script>
</head>
<body onload="runTest()">
<p>Tests that the test harness for non-stub inspector tests can load and run a test.</p>
</body>
</html>