Index: third_party/WebKit/LayoutTests/webaudio/Panner/panner-equalpower-stereo.html |
diff --git a/third_party/WebKit/LayoutTests/webaudio/Panner/panner-equalpower-stereo.html b/third_party/WebKit/LayoutTests/webaudio/Panner/panner-equalpower-stereo.html |
index aa1867576fdd0a87de95051e6d14ba93ebfdd237..16c7550326257717d1d72450e3259f424a13126f 100644 |
--- a/third_party/WebKit/LayoutTests/webaudio/Panner/panner-equalpower-stereo.html |
+++ b/third_party/WebKit/LayoutTests/webaudio/Panner/panner-equalpower-stereo.html |
@@ -1,15 +1,17 @@ |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
+<!DOCTYPE html> |
<html> |
<head> |
+ <title> |
+ panner-equalpower-stereo.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> |
<script src="../resources/panner-model-testing.js"></script> |
</head> |
- |
<body> |
- <script> |
+ <script id="layout-test-code"> |
let audit = Audit.createTaskRunner(); |
// To test the panner, we create a number of panner nodes |
@@ -35,9 +37,8 @@ |
}) |
.then(() => task.done()); |
}); |
- |
+ |
audit.run(); |
</script> |
- |
</body> |
</html> |