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 7280e4c commit 620a5d3Copy full SHA for 620a5d3
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