mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
Update src/browser/html/elements.zig
Co-authored-by: Sjors <72333389+sjorsdonkers@users.noreply.github.com>
This commit is contained in:
@@ -1593,8 +1593,9 @@ test "Browser.HTML.Element" {
|
|||||||
|
|
||||||
try runner.testCases(&.{
|
try runner.testCases(&.{
|
||||||
.{ "let l2 = document.createElement('link');", null },
|
.{ "let l2 = document.createElement('link');", null },
|
||||||
.{ "l2.href = 'https://lightpanda.io/'", null },
|
.{ "l2.href", "" },
|
||||||
.{ "l2.href", "https://lightpanda.io/" },
|
.{ "l2.href = 15", null },
|
||||||
|
.{ "l2.href", "https://lightpanda.io/15" },
|
||||||
}, .{});
|
}, .{});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user