mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
14 lines
251 B
HTML
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>
|