Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: third_party/WebKit/LayoutTests/webaudio/unit-tests/audit.html

Issue 2618053002: Implement should().notBeConstantValueOf(x) (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webaudio/unit-tests/audit.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit.html b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit.html
index 1624a684aa348ba6af402eb916c3a40e9fca5874..8824423bfcc92ac44f18cd62f9df5a6a0aaba26f 100644
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit.html
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit.html
@@ -46,6 +46,7 @@
should(2.3).beCloseTo(2, { threshold: 0.3 });
should([1, 1, 1]).beConstantValueOf(1);
+ should([1, 0, 1]).notBeConstantValueOf(1);
should([1, 1, 1]).beEqualToArray([1, 1, 1]);
should([1, 1, 1, 1, 2, 2, 3, 3, 3])
.containValues([1, 2, 3], 'one, two, three');

Powered by Google App Engine
This is Rietveld 408576698