blob: fc9da0fa9bb9ea4c5e17385c9259a20a7a829870 [file] [log] [blame]
<html>
<head>
<script src="../http/tests/inspector/inspector-test2.js"></script>
<script src="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>