blob: 9a8fe4cb3dca0168eebfb509a1b0a0d8e4512085 [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 src="resources/dump-general.js"></script>
<script src="resources/dump-functions.js"></script>
<script src="resources/dump-unicode.js"></script>
<script>
function test()
{
let suite = InspectorTest.createAsyncSuite("Debugger.resolvedBreakpoint.dumpEachLine");
window.addDumpEachLinePauseLocationTestCase(suite, {
name: "Debugger.resolvedBreakpoint.dumpEachLine.General",
scriptRegex: /dump-general\.js$/,
});
window.addDumpEachLinePauseLocationTestCase(suite, {
name: "Debugger.resolvedBreakpoint.dumpEachLine.Functions",
scriptRegex: /dump-functions\.js$/,
});
window.addDumpEachLinePauseLocationTestCase(suite, {
name: "Debugger.resolvedBreakpoint.dumpEachLine.Unicode",
scriptRegex: /dump-unicode\.js$/,
});
suite.runTestCasesAndFinish();
}
</script>
</head>
<body onload="runTest()">
<p>Checking resolved breakpoint locations for each line in a script.</p>
</body>
</html>