1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4 <script src=
"../http/tests/inspector/inspector-test.js"></script>
8 var inspectorJson
= {"domains": [{
13 "enum": ["Document", "XHR", "console-api", "other"]
16 "name": "addScriptToEvaluateOnLoad",
18 {"name": "scriptSource", "type": "string"}
21 {"name": "identifier", "type": "string"}
25 "name": "domContentEventFired",
27 {"name": "timestamp", "type": "number"}
31 var commands
= InspectorBackendClass
._generateCommands(inspectorJson
);
32 InspectorTest
.addResult(commands
);
33 InspectorTest
.completeTest();
37 <body onload=
"runTest()">
38 <p>Tests correctness of code generated by InspectorBackend.
</p>