| Index: third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/v8-extra-body.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/v8-extra-body.html b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/v8-extra-body.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..721976c6e2e70cf7a3a1ad1246ea25b929bd97e1
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/v8-extra-body.html
|
| @@ -0,0 +1,21 @@
|
| +<!doctype html>
|
| +<head>
|
| +<meta name="timeout" content="long"></meta>
|
| +<script src = "/resources/testharness.js"></script>
|
| +<script src = "/resources/testharnessreport.js"></script>
|
| +<script src = "/serviceworker/resources/test-helpers.js"></script>
|
| +</head>
|
| +<body>
|
| +<script>
|
| +function start(t) {
|
| + service_worker_test(
|
| + '../script-tests/v8-extra-body.js?',
|
| + 'v8-extra-body');
|
| + t.done();
|
| +}
|
| +function init() {
|
| + return Promise.resolve();
|
| +}
|
| +</script>
|
| +<script src = "../resources/init.js"></script>
|
| +</body>
|
|
|