<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> |