mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 00:38:59 +00:00
Convert more DOM_NO_ERR cases to assertions
There is some risk to this change. The first is that I made a mistake. The other is that one of the APIs that doesn't currently return an error changes in the future.
This commit is contained in:
@@ -27,9 +27,6 @@ const Env = @import("browser/env.zig").Env;
|
||||
const Browser = @import("browser/browser.zig").Browser;
|
||||
const TestHTTPServer = @import("TestHTTPServer.zig");
|
||||
|
||||
const parser = @import("browser/netsurf.zig");
|
||||
const polyfill = @import("browser/polyfill/polyfill.zig");
|
||||
|
||||
const WPT_DIR = "tests/wpt";
|
||||
|
||||
pub fn main() !void {
|
||||
|
||||
Reference in New Issue
Block a user