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

Unified Diff: LayoutTests/webaudio/scriptprocessornode-rewrap.html

Issue 208943004: Update WebAudio layout tests to use unprefixed AudioContext. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add console.log to compatibility.js Created 6 years, 9 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: LayoutTests/webaudio/scriptprocessornode-rewrap.html
diff --git a/LayoutTests/webaudio/scriptprocessornode-rewrap.html b/LayoutTests/webaudio/scriptprocessornode-rewrap.html
index 3d56e184ce2a1ef3793a0757050df7d1417b56bd..12bbdc5662ad3e348b4d488fb3d6875e713408f2 100644
--- a/LayoutTests/webaudio/scriptprocessornode-rewrap.html
+++ b/LayoutTests/webaudio/scriptprocessornode-rewrap.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<script src=../resources/js-test.js></script>
+<script src="resources/compatibility.js"></script>
<script>
var jsTestIsAsync = true;
description("Tests re-wrapping an AudioNode sublass after its JS wrapper is deleted wraps the node as the correct subclass. A binding integrity assert will fire otherwise.");

Powered by Google App Engine
This is Rietveld 408576698