mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 00:38:59 +00:00
wpt: use local url for wpt tests
This commit is contained in:
@@ -108,6 +108,7 @@ fn run(arena: Allocator, test_file: []const u8, loader: *FileLoader, err_out: *?
|
||||
const dirname = std.fs.path.dirname(test_file) orelse "";
|
||||
|
||||
var runner = try @import("testing.zig").jsRunner(arena, .{
|
||||
.url = "http://127.0.0.1",
|
||||
.html = html,
|
||||
});
|
||||
defer runner.deinit();
|
||||
|
||||
Reference in New Issue
Block a user