fix(test): remove seek tests, add missing tests (#1892)

This commit is contained in:
Sam Potts
2026-07-31 11:38:48 +10:00
committed by GitHub
parent 68e96079e5
commit 115229b3bc
13 changed files with 232 additions and 42 deletions
-12
View File
@@ -6,18 +6,6 @@ media-tooltip-group {
display: contents;
}
.media-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
white-space: nowrap;
border: 0;
clip: rect(0, 0, 0, 0);
}
:host {
/* `display:grid` fixes a weird issue with Safari when setting aspect-ratio */
display: grid;