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
@@ -1,3 +1,5 @@
@import "../../../shared/css/sr-only.css";
/* ==========================================================================
Reset
========================================================================== */
@@ -1,3 +1,5 @@
@import "../../../shared/css/sr-only.css";
/* ==========================================================================
Reset
========================================================================== */
+11
View File
@@ -0,0 +1,11 @@
.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);
}