dom: add placeholder for history interface

This commit is contained in:
Pierre Tachoire
2025-01-14 17:55:04 +01:00
parent 974cf780c0
commit 11d28b0bc3
4 changed files with 88 additions and 5 deletions

View File

@@ -138,6 +138,7 @@ fn testsAllExecFn(
MutationObserverTestExecFn,
@import("polyfill/fetch.zig").testExecFn,
@import("html/navigator.zig").testExecFn,
@import("html/history.zig").testExecFn,
};
inline for (testFns) |testFn| {