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

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

Issue 2805773002: Implement ownProperty() and inheritFrom() assertions in should() (Closed)
Patch Set: Addressing feedback Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/unit-tests/audit.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fc77c5954983dbad7bd2e0b643d959f486ba7976..015e0a776090ab416b1979bd1b31d1d1e389e456 100644
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
@@ -36,10 +36,14 @@ 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 BaseAudioContext.prototype has an own property of "createGain".
+PASS BaseAudioContext.prototype does not have an own property of "startRendering".
+PASS An AudioBufferSourceNode inherits from "AudioScheduledSourceNode".
+PASS An AudioBufferSourceNode inherits from "AudioNode".
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 22 assertions)
+PASS < [basic] All assertions passed. (total 26 assertions)
PASS > [load-file-in-should] Test Audit.loadFileFromUrl() within |should| assertion.
PASS Loading file within should().beResolved() resolved correctly.
PASS < [load-file-in-should] All assertions passed. (total 1 assertions)
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/unit-tests/audit.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698