20 lines
620 B
HTML
20 lines
620 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
|
|
<title>Tests</title>
|
|
<script src="../node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js"></script>
|
|
<script src="../node_modules/web-component-tester/browser.js"></script>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
WCT.loadSuites([
|
|
'state-info-test.html?dom=shadow',
|
|
'state-info-test.html?dom=shady',
|
|
'state-card-display-test.html?dom=shadow',
|
|
'state-card-display-test.html?dom=shady',
|
|
]);
|
|
</script>
|
|
</body></html>
|