blob: 629c74db09fa26a762404ed63fe3803538d149b0 [file] [log] [blame]
<html>
<head>
<script src="../../http/tests/inspector/inspector-test.js"></script>
<script src="../../http/tests/inspector/extensions-test.js"></script>
<script type="text/javascript">
function extension_testAPI(nextTest)
{
dumpObject(webInspector);
nextTest();
}
</script>
</head>
<body onload="runTest()">
<p>Tests public interface of WebInspector Extensions API</p>
</body>
</html>