haikuwebkit/LayoutTests/inspector/unit-tests/test-harness-trivially-work...

17 lines
389 B
HTML

<!doctype html>
<html>
<head>
<script src="../../http/tests/inspector/resources/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>