MediaQueryLis dummy

This commit is contained in:
Karl Seguin
2025-11-01 20:35:06 +08:00
parent 8b3f36c1f8
commit 9138a3c881
10 changed files with 97 additions and 42 deletions

View File

@@ -108,8 +108,3 @@ pub fn runMessageLoop(self: *const Browser) void {
}
self.env.runIdleTasks();
}
const testing = @import("../testing.zig");
test "Browser" {
try testing.htmlRunner("browser.html", .{});
}