mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-20 11:27:20 +00:00

* Remove andrey-git keys. Add Android 7.0 emulator * Use Chrome on Android 7.0 * Try a test that should fail on shadow dom. * Change test * try lightOrShadow * More tests
17 lines
416 B
HTML
17 lines
416 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="../../web-component-tester/browser.js"></script>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
WCT.loadSuites([
|
|
'state-info-test.html?dom=shadow',
|
|
'state-info-test.html?dom=shady',
|
|
]);
|
|
</script>
|
|
</body></html>
|