mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
Merge pull request #662 from lightpanda-io/fix_broken_test_build
fix broken test build
This commit is contained in:
@@ -310,12 +310,12 @@ test "Browser.HTML.Document" {
|
||||
.{ "document.readyState", "loading" },
|
||||
}, .{});
|
||||
|
||||
try HTMLDocument.documentIsLoaded(runner.state.document.?, &runner.state);
|
||||
try HTMLDocument.documentIsLoaded(runner.window.document.?, &runner.state);
|
||||
try runner.testCases(&.{
|
||||
.{ "document.readyState", "interactive" },
|
||||
}, .{});
|
||||
|
||||
try HTMLDocument.documentIsComplete(runner.state.document.?, &runner.state);
|
||||
try HTMLDocument.documentIsComplete(runner.window.document.?, &runner.state);
|
||||
try runner.testCases(&.{
|
||||
.{ "document.readyState", "complete" },
|
||||
}, .{});
|
||||
|
||||
Reference in New Issue
Block a user