Index: third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html |
diff --git a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html |
index 866e2e4bdf8800dfa2103e7058ada321ac5e24ad..cde5632b3dd68fa48e0f3c7eac3f04780107b2ab 100644 |
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html |
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html |
@@ -51,6 +51,7 @@ |
should(0).beCloseTo(0.1, { threshold: 0 }); |
should(59, 'The measured decibel').beCloseTo(62, { threshold: 0.01 }); |
should([1, 8, 11, 18, 6, 5, 5, 5, 123, 49]).beConstantValueOf(5); |
+ should([0, 0, 0]).notBeConstantValueOf(0); |
should([1, 8, 11, 18, 6, 5, 5, 5, 123, 49]) |
.beEqualToArray([1, 8, 10, 18, 6, 5, 6, 5, 123, 48]); |
should([1, 1, 1, 1, 2, 2, 3, 3, 3]).containValues([1, 3, 2]); |