We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d64012 commit fee8f5cCopy full SHA for fee8f5c
src/browser/navigation/navigation.zig
@@ -211,9 +211,5 @@ pub const NavigationCurrentEntryChangeEvent = struct {
211
const testing = @import("../../testing.zig");
212
test "Browser: Navigation" {
213
try testing.htmlRunner("html/navigation/navigation.html");
214
- // try testing.htmlRunner("html/navigation/navigation_currententrychange.html");
215
-}
216
-
217
-test "Browser: NavigationCurrentEntry" {
218
try testing.htmlRunner("html/navigation/navigation_currententrychange.html");
219
}
0 commit comments