Improve page swap fallback

This commit is contained in:
slhx agent
2026-05-10 22:36:51 +02:00
parent 3e0ed95490
commit 9e0342951c
2 changed files with 17 additions and 7 deletions
+2
View File
@@ -36,6 +36,8 @@ fn runtime_exposes_page_swap_hooks() {
assert!(source.contains("popstate"));
assert!(source.contains("x-slhx-title"));
assert!(source.contains("x-slhx-fingerprint"));
assert!(source.contains("slhx:missing-content-slot"));
assert!(source.contains("location.href = href"));
}
#[test]