mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 00:38:59 +00:00
dom: add NamedNodeMap implementation
and create Attr type
This commit is contained in:
@@ -15,6 +15,7 @@ const elementTestExecFn = @import("dom/element.zig").testExecFn;
|
||||
const HTMLCollectionTestExecFn = @import("dom/html_collection.zig").testExecFn;
|
||||
const DOMExceptionTestExecFn = @import("dom/exceptions.zig").testExecFn;
|
||||
const DOMImplementationExecFn = @import("dom/implementation.zig").testExecFn;
|
||||
const NamedNodeMapExecFn = @import("dom/namednodemap.zig").testExecFn;
|
||||
|
||||
var doc: *parser.DocumentHTML = undefined;
|
||||
|
||||
@@ -61,6 +62,7 @@ fn testsAllExecFn(
|
||||
HTMLCollectionTestExecFn,
|
||||
DOMExceptionTestExecFn,
|
||||
DOMImplementationExecFn,
|
||||
NamedNodeMapExecFn,
|
||||
};
|
||||
|
||||
inline for (testFns) |testFn| {
|
||||
|
||||
Reference in New Issue
Block a user