diff --git a/css/css-fonts/fallback-remote-to-data-url.html b/css/css-fonts/fallback-remote-to-data-url.html
index 2f63312494e772..eb3df63ac421e5 100644
--- a/css/css-fonts/fallback-remote-to-data-url.html
+++ b/css/css-fonts/fallback-remote-to-data-url.html
@@ -21,14 +21,15 @@
font-family: remote-font;
/* Set a long delay to make sure it doesn't finish loading */
src: url('/fonts/Revalia.woff?pipe=trickle(d1)') format('woff');
+ font-display: swap;
}
-#target {
+#target, #not-covered {
font: 25px/1 remote-font, data-font, monospace;
}
0123456789
-ABCDEFGHIJ
+ABCDEFGHIJ