blob: 63a6e5b7484b8689c7d145d54ba58a7f529b4e7b [file] [log] [blame]
Tests for the Debugger.scriptParsed messages the frontend receives when enabling the Debugger domain.
== Running test suite: Debugger.scriptParsed.enable
-- Running test case: EnableDebuggerDomainAndCheckInitialScripts
Debugger Enabled - Initial Scripts Received
PASS: Should have received some scriptParsed messages.
PASS: Should find External Script.
PASS: Should find Inline Script Tag Script.
PASS: Should find Inline Attribute Event Listener Script.
PASS: Should find Eval Script.
PASS: Should not receive any unexpected scripts.