Index: third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-exceptional-values.html |
diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-exceptional-values.html b/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-exceptional-values.html |
index b14debde32e0d43af1ad5b59e9f163f62a0ce3f1..d66f6a247a28faf671e8e1c0b5f31ee09dbc5957 100644 |
--- a/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-exceptional-values.html |
+++ b/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-exceptional-values.html |
@@ -1,14 +1,16 @@ |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
+<!DOCTYPE html> |
<html> |
<head> |
+ <title> |
+ audioparam-exceptional-values.html |
+ </title> |
<script src="../../resources/testharness.js"></script> |
- <script src="../../resources/testharnessreport.js"></script> |
+ <script src="../../resources/testharnessreport.js"></script> |
<script src="../resources/audit-util.js"></script> |
<script src="../resources/audit.js"></script> |
</head> |
- |
<body> |
- <script> |
+ <script id="layout-test-code"> |
let audit = Audit.createTaskRunner(); |
// For these values, AudioParam methods should throw an error because they |
@@ -111,7 +113,7 @@ |
should( |
() => gain.gain.setValueCurveAtTime(curve, 1, 1), |
'gain.gain.setValueCurveAtTime([' + curve + '], 1, 1)') |
- .throw(); |
+ .throw(); |
} |
task.done(); |
}); |