blob: b09f57953c71af723f42fc8aede643eb85cdfb9e [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.CSS");
addSourceMapTest(suite, "text/css", "1", "resources/css-source-map-tests/1.css");
suite.runTestCasesAndFinish();
}
</script>
</head>
<body onload="runTest()">
<p>Test CSS SourceMap.</p>
</body>
</html>