Skip to content

Commit b8f3b19

Browse files
authored
Merge pull request #857 from lightpanda-io/improved_native_proto
Improve prototype resolution for native types
2 parents 448718d + 3a49ee8 commit b8f3b19

File tree

3 files changed

+308
-122
lines changed

3 files changed

+308
-122
lines changed

src/browser/dom/performance.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ test "Performance: get_timeOrigin" {
162162
try testing.expect(time_origin >= 0);
163163

164164
// Check resolution
165-
try testing.expectDelta(@rem(time_origin * std.time.us_per_ms, 100.0), 0.0, 0.1);
165+
try testing.expectDelta(@rem(time_origin * std.time.us_per_ms, 100.0), 0.0, 0.2);
166166
}
167167

168168
test "Performance: now" {

0 commit comments

Comments
 (0)