jellyfin-web/dashboard-ui/bower_components/paper-collapse-item/test/index.html
2015-12-03 22:59:48 -05:00

14 lines
251 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([ 'paper-collapse-item.html' ]);
</script>
</body>
</html>