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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/AudioNode/cycle-connection-gc.html

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 4 years 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/AudioNode/cycle-connection-gc.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/cycle-connection-gc.html b/third_party/WebKit/LayoutTests/webaudio/AudioNode/cycle-connection-gc.html
similarity index 93%
rename from third_party/WebKit/LayoutTests/webaudio/cycle-connection-gc.html
rename to third_party/WebKit/LayoutTests/webaudio/AudioNode/cycle-connection-gc.html
index e113145693d10e5dcebaec3d7a0f6b1fde19e55f..027305026b21916003f911f5da94d124b4b1b08b 100644
--- a/third_party/WebKit/LayoutTests/webaudio/cycle-connection-gc.html
+++ b/third_party/WebKit/LayoutTests/webaudio/AudioNode/cycle-connection-gc.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<script src="../resources/js-test.js"></script>
+<script src="../../resources/js-test.js"></script>
<script>
description('Cycles of AudioNode connections should be collected.');
var context = new OfflineAudioContext(2, 44100, 44100);

Powered by Google App Engine
This is Rietveld 408576698