Skip to content

Commit 1ccc879

Browse files
committed
Rework WPT runner
We have no crashing tests, remove safe mode. Allows better re-use of arenas, and if we do introduce a crash, it won't be easy to ignore. Could allow for re-using the environment across tests to further improve performance. Remove console now that we have a working console api.
1 parent bd54395 commit 1ccc879

File tree

5 files changed

+337
-750
lines changed

5 files changed

+337
-750
lines changed

src/browser/browser.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ pub const Page = struct {
247247
.url = URL.empty,
248248
.session = session,
249249
.renderer = FlatRenderer.init(arena),
250-
.window_clicked_event_node = .{ .func = windowClicked },
250+
.window_clicked_event_node = .{ .func = windowClicked },
251251
.state = .{
252252
.arena = arena,
253253
.document = null,

0 commit comments

Comments
 (0)