blob: 505289770810848042dfa3d9414ff096670badab (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Testcase for sourcemap URLs pointing to unsupported protocols</title>
<link rel="stylesheet" type="text/css" href="sourcemap-css/sourcemaps_chrome.css"/>
</head>
<body>
<div>Protocol test</div>
</body>
</html>
|