blob: cc3cd27eee3ac45e9873b60acc95d01b2db33885 [file] [log] [blame]
<html>
<head>
<script src="../../../http/tests/inspector/inspector-test.js"></script>
<script src="../../../http/tests/inspector/timeline-test.js"></script>
<script>
function performActions()
{
}
function test()
{
UI.panels.timeline._disableCaptureJSProfileSetting.set(true);
InspectorTest.performActionsAndPrint("performActions()", "FunctionCall");
}
</script>
</head>
<body onload="runTest()">
<p>
Tests the Timeline API function call is not recorded for InjectedScript.eval.
</p>
</body>
</html>