Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / inspector-backend-commands-generation-expected.txt
1 Tests correctness of code generated by InspectorBackend.
2
3 InspectorBackend.registerEnum("Page.ResourceType", {Document: "Document", XHR: "XHR", ConsoleAPI: "console-api", Other: "other"});
4 InspectorBackend.registerCommand("Page.addScriptToEvaluateOnLoad", [{"name": "scriptSource", "type": "string", "optional": false}], ["identifier"], false);
5 InspectorBackend.registerEvent("Page.domContentEventFired", ["timestamp"]);
6