|
Move promise_test and assert_promise_rejects out of worker-test-harness.
These methods have nothing to do with service worker based tests, and are just
as useful in normal testharness based tests, so move them to a separate file.
Additionally rename worker-test-harness.js to worker-testharness.js for consistency.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183557
Total comments: 1
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+63 lines, -163 lines) |
Patch |
 |
M |
LayoutTests/http/tests/geofencing/resources/worker.js
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/resources/testharness-helpers.js
|
View
|
1
2
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/resources/close-worker.js
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/serviceworker/chromium/resources/xhr-is-not-exposed-to-service-workers.js
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/serviceworker/resources/cache-storage-keys-worker.js
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/serviceworker/resources/fail-on-fetch-worker.js
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/serviceworker/resources/fetch-cache-override-worker.js
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/serviceworker/resources/fetch-worker.js
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/serviceworker/resources/headers-worker.js
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/serviceworker/resources/request-worker.js
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/serviceworker/resources/response-content-worker.js
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/serviceworker/resources/response-worker.js
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/serviceworker/resources/worker-test-harness.js
|
View
|
1
2
|
1 chunk |
+0 lines, -112 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/http/tests/serviceworker/resources/worker-testharness.js
|
View
|
1
2
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
Total messages: 12 (4 generated)
|