Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / webaudio / distance-exponential.html
index 9e1bdd1..2d87447 100644 (file)
@@ -25,9 +25,7 @@
           // Create offline audio context.
           context = new OfflineAudioContext(2, sampleRate * renderLengthSeconds, sampleRate);
 
-          // Temp panner node so we can get the EXPONENTIAL_DISTANCE value.
-          var tempPanner = context.createPanner();
-          createTestAndRun(context, tempPanner.EXPONENTIAL_DISTANCE, 2);
+          createTestAndRun(context, "exponential");
       }
 
       runTest();