blob: fd4b3921d901f9e2c161c4e77e5d16c1c847c12c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="../../http/tests/inspector/resources/inspector-test.js"></script>
<script src="resources/source-map-utilities.js"></script>
<script>
function test()
{
let suite = InspectorTest.createAsyncSuite("SourceMaps.HTML");
addSourceMapTest(suite, "text/html", "2", "resources/html-source-map-tests/2.html");
suite.runTestCasesAndFinish();
}
</script>
</head>
<body onload="runTest()">
<p>Test HTML SourceMap.</p>
</body>
</html>