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

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

Issue 2655353003: Fix individual should() assertions to return result (Closed)
Patch Set: Initial Commit 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-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 903edf994fb8610249a82a9c3b0a636fd2f249cf..8c5e955c658cb138ace358a5c8b79b61f0ee6f07 100644
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html
@@ -34,6 +34,7 @@
should(1).beGreaterThanOrEqualTo(2);
should(2).beLessThan(1);
should(2).beLessThanOrEqualTo(1);
+ should(should(1).beEqualTo(2), 'should(1).beEqualTo(2)').beTrue();
let oac = new OfflineAudioContext(1, 128, 44100);
Promise.all([

Powered by Google App Engine
This is Rietveld 408576698