mirror of
https://github.com/jlengrand/d3-progress-meter.git
synced 2026-03-10 08:11:18 +00:00
14 lines
249 B
HTML
14 lines
249 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Tests</title>
|
|
<script src="../../web-component-tester/browser.js"></script>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
WCT.loadSuites([ 'd3-progress-meter.html' ]);
|
|
</script>
|
|
</body>
|
|
</html>
|