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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/codec-tests/webm/webm-decode.html

Issue 2728613003: Add support creating and saving a new reference file. (Closed)
Patch Set: Fix typo Created 3 years, 10 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/codec-tests/webm/webm-decode.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/codec-tests/webm/webm-decode.html b/third_party/WebKit/LayoutTests/webaudio/codec-tests/webm/webm-decode.html
index 1f3232a6030053bd66aa16723276ff1e4e82fd30..d059b435cc396e94703c7ae7e2e9adefbb14eb61 100644
--- a/third_party/WebKit/LayoutTests/webaudio/codec-tests/webm/webm-decode.html
+++ b/third_party/WebKit/LayoutTests/webaudio/codec-tests/webm/webm-decode.html
@@ -48,6 +48,9 @@
{absoluteThreshold: 4.0234e-5});
}
+ var filename = 'webm-decode-actual.wav';
+ if (downloadAudioBuffer(decodedAudio, filename))
+ should(true, "Saved reference file").message(filename, "");
task.done();
});

Powered by Google App Engine
This is Rietveld 408576698