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

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

Issue 2656743005: Implement should().message() for in-task message display (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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
index ac6a48706e4660342d44bcca6a0aa4d52b8bd6dc..d73a520e125deea24a61dc976541e44e08dc17dd 100644
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
@@ -26,10 +26,11 @@ PASS 1 is less than 2.
PASS 1 is less than or equal to 1.
PASS 1 is equal to 1.
PASS should(1).beEqualTo(1) is true.
+PASS The message is truthful!
PASS Decoding audio data with no argument rejected correctly with TypeError: Failed to execute 'decodeAudioData' on 'BaseAudioContext': 1 argument required, but only 0 present..
PASS Suspending OAC with no argument rejected correctly with TypeError.
PASS Start OAC rendering resolved correctly.
-PASS < [basic] All assertions passed. (total 18 assertions)
+PASS < [basic] All assertions passed. (total 19 assertions)
PASS # AUDIT TASK RUNNER FINISHED: 2 tasks ran successfully.
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698