Merge pull request #192 from snshn/more-test-data

Add more sample data for blackbox tests
pull/194/head
Sunshine 4 years ago committed by GitHub
commit 6e67545b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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