mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
Merge pull request #1591 from lightpanda-io/input_and_window_test
Remove duplicate window test
This commit is contained in:
@@ -221,7 +221,7 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- <script id="defaultChecked">
|
<script id="defaultChecked">
|
||||||
testing.expectEqual(true, $('#check1').defaultChecked)
|
testing.expectEqual(true, $('#check1').defaultChecked)
|
||||||
testing.expectEqual(false, $('#check2').defaultChecked)
|
testing.expectEqual(false, $('#check2').defaultChecked)
|
||||||
testing.expectEqual(true, $('#radio1').defaultChecked)
|
testing.expectEqual(true, $('#radio1').defaultChecked)
|
||||||
@@ -493,4 +493,4 @@
|
|||||||
input_checked.defaultChecked = true;
|
input_checked.defaultChecked = true;
|
||||||
testing.expectEqual(false, input_checked.checked);
|
testing.expectEqual(false, input_checked.checked);
|
||||||
}
|
}
|
||||||
</script> -->
|
</script>
|
||||||
|
|||||||
@@ -704,7 +704,6 @@ fn getFunctionFromSetter(setter_: ?FunctionSetter) ?js.Function.Global {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
pub const JsApi = struct {
|
pub const JsApi = struct {
|
||||||
pub const bridge = js.Bridge(Window);
|
pub const bridge = js.Bridge(Window);
|
||||||
|
|
||||||
@@ -800,5 +799,4 @@ pub const JsApi = struct {
|
|||||||
const testing = @import("../../testing.zig");
|
const testing = @import("../../testing.zig");
|
||||||
test "WebApi: Window" {
|
test "WebApi: Window" {
|
||||||
try testing.htmlRunner("window", .{});
|
try testing.htmlRunner("window", .{});
|
||||||
try testing.htmlRunner("window/stubs.html", .{});
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user