mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 12:44:43 +00:00
css: add log filter to CSSStyleSheet test
This commit is contained in:
@@ -1081,6 +1081,7 @@ pub fn checkVisibility(self: *Element, page: *Page) bool {
|
||||
|
||||
current = el.parentElement();
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@@ -124,5 +124,7 @@ pub const JsApi = struct {
|
||||
|
||||
const testing = @import("../../../testing.zig");
|
||||
test "WebApi: CSSStyleSheet" {
|
||||
const filter: testing.LogFilter = .init(.js);
|
||||
defer filter.deinit();
|
||||
try testing.htmlRunner("css/stylesheet.html", .{});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user