dom: first draft for location

This commit is contained in:
Pierre Tachoire
2025-01-15 15:40:20 +01:00
parent 579714a60b
commit d7069df80d
4 changed files with 133 additions and 0 deletions

View File

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