| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/insecure-parent.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/insecure-parent.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/insecure-parent.html
|
| deleted file mode 100644
|
| index 6885e045e77010eca65f68f2f0c1d4c9d160f200..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/insecure-parent.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<meta charset="utf-8">
|
| -<script src="../../resources/get-host-info.js?pipe=sub"></script>
|
| -<title>Page Title</title>
|
| -<body></body>
|
| -<script>
|
| -// The subframe messages us.
|
| -window.addEventListener('message', e => {
|
| - window.parent.postMessage(e.data, '*');
|
| - });
|
| -
|
| -var iframe = document.createElement('iframe');
|
| -iframe.src = get_host_info().HTTP_ORIGIN +
|
| - '/serviceworker/resources/insecure-inscope.html';
|
| -document.body.appendChild(iframe);
|
| -</script>
|
|
|