blob: 5bb10e206cee7be672f8a4f92840c241c6bd9bcc [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="../../../http/tests/inspector/resources/inspector-test.js"></script>
<script src="../resources/log-pause-location.js"></script>
<script src="resources/dump.js"></script>
<script>
function test()
{
let suite = InspectorTest.createAsyncSuite("Debugger.resolvedBreakpoint.dumpAllLocations");
window.addDumpAllPauseLocationsTestCase(suite, {
name: "Debugger.resolvedBreakpoint.dumpAllLocations.InlineScript",
resourceRegex: /dump-inline-scripts\.html$/,
});
suite.runTestCasesAndFinish();
}
</script>
</head>
<body onload="runTest()">
<p>Checking all resolved breakpoint locations in a script.</p>
<iframe src="resources/dump-inline-scripts.html"></iframe>
</body>
</html>