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