Index: third_party/WebKit/LayoutTests/webaudio/audiocontext-properties.html |
diff --git a/third_party/WebKit/LayoutTests/webaudio/audiocontext-properties.html b/third_party/WebKit/LayoutTests/webaudio/audiocontext-properties.html |
deleted file mode 100644 |
index fe9b5e8fbbbb2f94dcc35634ca76b399bcfd6b23..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/webaudio/audiocontext-properties.html |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <title>Testing AudioContext 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(AudioContext.prototype, |
- AudioContextOwnProperties, |
- Should); |
- taskDone(); |
- }); |
- |
- |
- audit.runTasks(); |
- </script> |
-</body> |
-</html> |