| Index: third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/webcrypto-in-secure-worker.html | 
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/webcrypto-in-secure-worker.html b/third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/webcrypto-in-secure-worker.html | 
| deleted file mode 100644 | 
| index 659dc32551031875872928679c23f517dac491a4..0000000000000000000000000000000000000000 | 
| --- a/third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/webcrypto-in-secure-worker.html | 
| +++ /dev/null | 
| @@ -1,23 +0,0 @@ | 
| -<!DOCTYPE html> | 
| -<html> | 
| -<head> | 
| -<title>WebCrypto On A Secure Origin</title> | 
| -<script src="/resources/testharness.js"></script> | 
| -<script src="/resources/testharnessreport.js"></script> | 
| -</head> | 
| -<body></body> | 
| -<script> | 
| -    if (window.testRunner) | 
| -        testRunner.overridePreference( | 
| -            "WebKitStrictPowerfulFeatureRestrictions", true); | 
| - | 
| -    async_test(function () { | 
| -        var worker = new Worker("resources/webcrypto-worker.js"); | 
| -        worker.addEventListener("message", this.step_func(function (evt) { | 
| -            assert_equals(evt.data.success, true); | 
| -            this.done(); | 
| -        })); | 
| -        worker.postMessage("go"); | 
| -     }, "WebCrypto allowed on secure origin"); | 
| -</script> | 
| -</html> | 
|  |