| Index: third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-properties.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-properties.html b/third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-properties.html
|
| deleted file mode 100644
|
| index 43ec26913d8afad9234edefb75ae8b4e35d9a6be..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-properties.html
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <title>Testing OfflineAudioContext properties</title>
|
| - <script src="../resources/testharness.js"></script>
|
| - <script src="../resources/testharnessreport.js"></script>
|
| - <script src="resources/audit-util.js"></script>
|
| - <script src="resources/audio-testing.js"></script>
|
| - <script src="resources/context-properties.js"></script>
|
| -</head>
|
| -<body>
|
| - <script>
|
| - var audit = Audit.createTaskRunner();
|
| -
|
| -
|
| - // Cross-checking two sets of properties: a programmatically generated set
|
| - // and a pre-populated set.
|
| - audit.defineTask('crosschecking-properties', function (taskDone) {
|
| - verifyPrototypeOwnProperties(OfflineAudioContext.prototype,
|
| - OfflineAudioContextOwnProperties,
|
| - Should);
|
| - taskDone();
|
| - });
|
| -
|
| -
|
| - audit.runTasks();
|
| - </script>
|
| -</body>
|
| -</html>
|
|
|