Index: third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html |
diff --git a/third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html b/third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html |
index 031da35e81ffcdb7c72e77f252e880b8a2ea77f6..eee0c9eedd946ef0687579b78c919988b636b5fa 100644 |
--- a/third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html |
+++ b/third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html |
@@ -23,7 +23,7 @@ |
runTest({ |
message: "Sum of positive and negative frequency sine oscillators", |
type: "sine", |
- threshold: 4.1724e-7 |
+ threshold: 4.7684e-7 |
}).then(done); |
}); |
@@ -31,7 +31,7 @@ |
runTest({ |
message: "Sum of positive and negative frequency square oscillators", |
type: "square", |
- threshold: 4.3959e-6 |
+ threshold: 4.4108e-6 |
}).then(done); |
}); |