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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audioparam-linearRampToValueAtTime.html

Issue 1377903002: Use frames instead of time for running AudioParam timelines. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/audioparam-linearRampToValueAtTime.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/audioparam-linearRampToValueAtTime.html b/third_party/WebKit/LayoutTests/webaudio/audioparam-linearRampToValueAtTime.html
index 1afab67d29b42785d221b410eba45ddf2ccf2da8..6f5ade84d316f656f4f70138080073ac04cdedad 100644
--- a/third_party/WebKit/LayoutTests/webaudio/audioparam-linearRampToValueAtTime.html
+++ b/third_party/WebKit/LayoutTests/webaudio/audioparam-linearRampToValueAtTime.html
@@ -5,6 +5,7 @@
<script src="resources/audio-testing.js"></script>
<script src="resources/audioparam-testing.js"></script>
<script src="../resources/js-test.js"></script>
+<title>Test AudioParam.linearRampToValueAtTime</title>
</head>
<body>
@@ -25,7 +26,7 @@ description("Test AudioParam linearRampToValueAtTime() functionality.");
var numberOfTests = 100;
// Max allowed difference between the rendered data and the expected result.
-var maxAllowedError = 7.51e-7;
+var maxAllowedError = 1.865e-6;
// Set the gain node value to the specified value at the specified time.
function setValue(value, time)

Powered by Google App Engine
This is Rietveld 408576698