docs(runtime): tighten dynamic binding proof

req: runtime/007
This commit is contained in:
slhx agent
2026-07-19 23:00:28 +02:00
parent 7c98de1e8c
commit 895572b735
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ fn run_html_examples_smoke() -> ExitCode {
("delete row", DELETE_ROW_SMOKE),
("lazy load", LAZY_LOAD_SMOKE),
("click-to-load load more", CLICK_TO_LOAD_SMOKE),
("infinite/reveal rows", INFINITE_SCROLL_SMOKE), // req: runtime/007 test
("infinite/reveal rows", INFINITE_SCROLL_SMOKE), // req: test/006 test; req: runtime/007
("value select", VALUE_SELECT_SMOKE),
("reset user input", RESET_INPUT_SMOKE),
];