glitterdust
Version:
Glitterdust is a tool to test and benchmark JavaScript instrumenters
21 lines (20 loc) • 538 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Glitterdust-Batch</title>
<style>/* @CSS */</style>
<script>/* @JS */</script>
</head>
<body>
<main id="main">
<ul>
<li><label>Masters: <input id="masters" type="file" id="input" multiple></label></li>
<li><label>Targets: <input id="targets" type="file" id="input" multiple></label></li>
</ul>
<button id="run">Run</button>
<button id="stop">Stop</button>
<ul id="list"></ul>
</main>
</body>
</html>