wpt: use local url for wpt tests

This commit is contained in:
Pierre Tachoire
2025-05-07 09:43:18 +02:00
parent 540dea9fc3
commit 95ee78b1bd
2 changed files with 3 additions and 1 deletions

View File

@@ -401,7 +401,7 @@ pub const JsRunner = struct {
self.env = try Env.init(arena, .{});
errdefer self.env.deinit();
self.url = try URL.parse("https://lightpanda.io/opensource-browser/", null);
self.url = try URL.parse(opts.url, null);
self.renderer = Renderer.init(arena);
self.cookie_jar = storage.CookieJar.init(arena);
@@ -500,6 +500,7 @@ pub const JsRunner = struct {
};
const RunnerOpts = struct {
url: []const u8 = "https://lightpanda.io/opensource-browser/",
html: []const u8 =
\\ <div id="content">
\\ <a id="link" href="foo" class="ok">OK</a>