add more sample data for blackbox tests

pull/192/head
Sunshine 4 years ago
parent fb835fae28
commit 9e5d8ec691
No known key found for this signature in database
GPG Key ID: B80CA68703CD8AB1

@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Local HTML file</title>
<link href="style.css" rel="stylesheet" type="text/css" integrity="sha512-good" />
<link href="style.css" rel="stylesheet" type="text/css" integrity="sha512-bad" />
</head>
<body>
<script src="script.js" integrity="sha-256-good"></script>
<script src="script.js" integrity="sha-256-bad"></script>
</body>
</html>

@ -0,0 +1,3 @@
function noop() {
console.log("monolith");
}

@ -0,0 +1,4 @@
body {
background-color: #000;
color: #FFF;
}
Loading…
Cancel
Save