blob: 2d984bd74466607b19879514cbd4284b45ba48e0 [file]
<html>
<head>
<script src="../../http/tests/inspector/inspector-test.js"></script>
<script src="timeline-test.js"></script>
<script>
function performActions()
{
}
function test()
{
InspectorTest.performActionsAndPrint("performActions()", "FunctionCall");
}
</script>
</head>
<body onload="runTest()">
<p>
Tests the Timeline API function call record for InjectedScript.eval call feature.
</p>
</body>
</html>