Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/usecounter-window.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/usecounter-window.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/usecounter-window.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9238aa93010c412e2a0e56df8e6582465c04753b |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/usecounter-window.html |
| @@ -0,0 +1,5 @@ |
| +<!DOCTYPE html> |
| +<title>Service Worker: UseCounter</title> |
| +<script> |
| +window.opener.postMessage('LOADED', '*'); |
| +</script> |