| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/insecure-inscope.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/insecure-inscope.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/insecure-inscope.html
|
| deleted file mode 100644
|
| index 7fd97f2a5a4ab734497a44028f85844f9823f873..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/insecure-inscope.html
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<meta charset="utf-8">
|
| -<title>Insecure inscope page</title>
|
| -<script>
|
| -// The top window messages us when it wants to check for a controller.
|
| -window.onmessage = (e => {
|
| - if (navigator.serviceWorker.controller === null)
|
| - window.top.postMessage('PASS', '*');
|
| - else
|
| - window.top.postMessage('FAIL', '*');
|
| - });
|
| -</script>
|
|
|