Changeset 244094 in webkit
- Timestamp:
- Apr 9, 2019, 1:17:50 PM (7 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 15 edited
-
ChangeLog (modified) (1 diff)
-
TestExpectations (modified) (2 diffs)
-
imported/w3c/ChangeLog (modified) (1 diff)
-
imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-abort.https-expected.txt (modified) (1 diff)
-
imported/w3c/web-platform-tests/service-workers/cache-storage/window/cache-abort.https-expected.txt (modified) (1 diff)
-
imported/w3c/web-platform-tests/service-workers/cache-storage/worker/cache-abort.https-expected.txt (modified) (1 diff)
-
imported/w3c/web-platform-tests/service-workers/service-worker/client-navigate.https-expected.txt (modified) (1 diff)
-
imported/w3c/web-platform-tests/service-workers/service-worker/clients-matchall-include-uncontrolled.https-expected.txt (modified) (1 diff)
-
imported/w3c/web-platform-tests/service-workers/service-worker/fetch-canvas-tainting-image-cache.https-expected.txt (modified) (2 diffs)
-
imported/w3c/web-platform-tests/service-workers/service-worker/multipart-image.https-expected.txt (modified) (2 diffs)
-
imported/w3c/web-platform-tests/service-workers/service-worker/navigation-redirect.https-expected.txt (modified) (2 diffs)
-
imported/w3c/web-platform-tests/service-workers/service-worker/performance-timeline.https-expected.txt (modified) (1 diff)
-
imported/w3c/web-platform-tests/service-workers/service-worker/resource-timing.https-expected.txt (modified) (1 diff)
-
imported/w3c/web-platform-tests/service-workers/service-worker/sandboxed-iframe-fetch-event.https-expected.txt (modified) (1 diff)
-
imported/w3c/web-platform-tests/service-workers/service-worker/update-after-navigation-fetch-event.https-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r244093 r244094 1 2019-04-09 Youenn Fablet <youenn@apple.com> 2 3 Refresh WPT service worker expectations 4 https://bugs.webkit.org/show_bug.cgi?id=196732 5 6 Reviewed by Alex Christensen. 7 8 * TestExpectations: 9 1 10 2019-04-09 Justin Fan <justin_fan@apple.com> 2 11 -
trunk/LayoutTests/TestExpectations
r244036 r244094 195 195 196 196 # Newly imported service worker tests that are timing out. 197 imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-abort.https.html [ Skip ]198 imported/w3c/web-platform-tests/service-workers/cache-storage/window/cache-abort.https.html [ Skip ]199 imported/w3c/web-platform-tests/service-workers/cache-storage/worker/cache-abort.https.html [ Skip ]200 197 imported/w3c/web-platform-tests/service-workers/service-worker/dedicated-worker-service-worker-interception.https.html [ Skip ] 201 198 imported/w3c/web-platform-tests/service-workers/service-worker/embed-and-object-are-not-intercepted.https.html [ Skip ] 202 imported/w3c/web-platform-tests/service-workers/service-worker/fetch-canvas-tainting-image-cache.https.html [ Skip ]203 199 imported/w3c/web-platform-tests/service-workers/service-worker/fetch-canvas-tainting-video-cache.https.html [ Skip ] 204 200 imported/w3c/web-platform-tests/service-workers/service-worker/fetch-canvas-tainting-video-with-range-request.https.html [ Skip ] … … 210 206 imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting-using-registration.https.html [ Skip ] 211 207 imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting-without-using-registration.https.html [ Skip ] 212 imported/w3c/web-platform-tests/service-workers/service-worker/update-after-navigation-fetch-event.https.html [ Skip ]213 208 imported/w3c/web-platform-tests/service-workers/service-worker/update-not-allowed.https.html [ Skip ] 214 209 imported/w3c/web-platform-tests/service-workers/service-worker/worker-in-sandboxed-iframe-by-csp-fetch-event.https.html [ Skip ] -
trunk/LayoutTests/imported/w3c/ChangeLog
r244036 r244094 1 2019-04-09 Youenn Fablet <youenn@apple.com> 2 3 Refresh WPT service worker expectations 4 https://bugs.webkit.org/show_bug.cgi?id=196732 5 6 Reviewed by Alex Christensen. 7 8 * web-platform-tests/service-workers/cache-storage/serviceworker/cache-abort.https-expected.txt: 9 * web-platform-tests/service-workers/cache-storage/window/cache-abort.https-expected.txt: 10 * web-platform-tests/service-workers/cache-storage/worker/cache-abort.https-expected.txt: 11 * web-platform-tests/service-workers/service-worker/client-navigate.https-expected.txt: 12 * web-platform-tests/service-workers/service-worker/clients-matchall-include-uncontrolled.https-expected.txt: 13 * web-platform-tests/service-workers/service-worker/fetch-canvas-tainting-image-cache.https-expected.txt: 14 * web-platform-tests/service-workers/service-worker/multipart-image.https-expected.txt: 15 * web-platform-tests/service-workers/service-worker/navigation-redirect.https-expected.txt: 16 * web-platform-tests/service-workers/service-worker/performance-timeline.https-expected.txt: 17 * web-platform-tests/service-workers/service-worker/resource-timing.https-expected.txt: 18 * web-platform-tests/service-workers/service-worker/respond-with-body-accessed-response.https-expected.txt: 19 * web-platform-tests/service-workers/service-worker/sandboxed-iframe-fetch-event.https-expected.txt: 20 * web-platform-tests/service-workers/service-worker/update-after-navigation-fetch-event.https-expected.txt: 21 1 22 2019-04-08 Javier Fernandez <jfernandez@igalia.com> 2 23 -
trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-abort.https-expected.txt
r238592 r244094 1 2 Harness Error (TIMEOUT), message = null3 1 4 2 PASS Cache Storage: Abort 5 FAIL put() on an already-aborted request should reject with AbortError assert_unreached: Should have rejected: put should reject Reached unreachable code 6 FAIL put() synchronously followed by abort should reject with AbortError assert_unreached: Should have rejected: put should reject Reached unreachable code 7 TIMEOUT put() followed by abort after headers received should reject with AbortError Test timed out 8 NOTRUNadd() on an already-aborted request should reject with AbortError9 NOTRUNadd() synchronously followed by abort should reject with AbortError10 NOTRUN add() followed by abort after headers received should reject with AbortError 11 NOTRUNaddAll() on an already-aborted request should reject with AbortError12 NOTRUNaddAll() synchronously followed by abort should reject with AbortError13 NOTRUN addAll() followed by abort after headers received should reject with AbortError 3 PASS put() on an already-aborted request should reject with AbortError 4 PASS put() synchronously followed by abort should reject with AbortError 5 FAIL put() followed by abort after headers received should reject with AbortError assert_throws: put should reject function "function () { throw e }" threw object "TypeError: Type error" that is not a DOMException AbortError: property "code" is equal to undefined, expected 20 6 PASS add() on an already-aborted request should reject with AbortError 7 PASS add() synchronously followed by abort should reject with AbortError 8 FAIL add() followed by abort after headers received should reject with AbortError assert_throws: add should reject function "function () { throw e }" threw object "TypeError: Type error" that is not a DOMException AbortError: property "code" is equal to undefined, expected 20 9 PASS addAll() on an already-aborted request should reject with AbortError 10 PASS addAll() synchronously followed by abort should reject with AbortError 11 FAIL addAll() followed by abort after headers received should reject with AbortError assert_throws: addAll should reject function "function () { throw e }" threw object "TypeError: Type error" that is not a DOMException AbortError: property "code" is equal to undefined, expected 20 14 12 -
trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/cache-storage/window/cache-abort.https-expected.txt
r238592 r244094 1 1 2 Harness Error (TIMEOUT), message = null 2 PASS put() on an already-aborted request should reject with AbortError 3 PASS put() synchronously followed by abort should reject with AbortError 4 FAIL put() followed by abort after headers received should reject with AbortError assert_throws: put should reject function "function () { throw e }" threw object "TypeError: Load cancelled" that is not a DOMException AbortError: property "code" is equal to undefined, expected 20 5 PASS add() on an already-aborted request should reject with AbortError 6 PASS add() synchronously followed by abort should reject with AbortError 7 FAIL add() followed by abort after headers received should reject with AbortError assert_throws: add should reject function "function () { throw e }" threw object "TypeError: Load cancelled" that is not a DOMException AbortError: property "code" is equal to undefined, expected 20 8 PASS addAll() on an already-aborted request should reject with AbortError 9 PASS addAll() synchronously followed by abort should reject with AbortError 10 FAIL addAll() followed by abort after headers received should reject with AbortError assert_throws: addAll should reject function "function () { throw e }" threw object "TypeError: Load cancelled" that is not a DOMException AbortError: property "code" is equal to undefined, expected 20 3 11 4 FAIL put() on an already-aborted request should reject with AbortError assert_unreached: Should have rejected: put should reject Reached unreachable code5 FAIL put() synchronously followed by abort should reject with AbortError assert_unreached: Should have rejected: put should reject Reached unreachable code6 TIMEOUT put() followed by abort after headers received should reject with AbortError Test timed out7 NOTRUN add() on an already-aborted request should reject with AbortError8 NOTRUN add() synchronously followed by abort should reject with AbortError9 NOTRUN add() followed by abort after headers received should reject with AbortError10 NOTRUN addAll() on an already-aborted request should reject with AbortError11 NOTRUN addAll() synchronously followed by abort should reject with AbortError12 NOTRUN addAll() followed by abort after headers received should reject with AbortError13 -
trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/cache-storage/worker/cache-abort.https-expected.txt
r238592 r244094 1 1 2 Harness Error (TIMEOUT), message = null 2 PASS put() on an already-aborted request should reject with AbortError 3 PASS put() synchronously followed by abort should reject with AbortError 4 FAIL put() followed by abort after headers received should reject with AbortError assert_throws: put should reject function "function () { throw e }" threw object "TypeError: Type error" that is not a DOMException AbortError: property "code" is equal to undefined, expected 20 5 PASS add() on an already-aborted request should reject with AbortError 6 PASS add() synchronously followed by abort should reject with AbortError 7 FAIL add() followed by abort after headers received should reject with AbortError assert_throws: add should reject function "function () { throw e }" threw object "TypeError: Type error" that is not a DOMException AbortError: property "code" is equal to undefined, expected 20 8 PASS addAll() on an already-aborted request should reject with AbortError 9 PASS addAll() synchronously followed by abort should reject with AbortError 10 FAIL addAll() followed by abort after headers received should reject with AbortError assert_throws: addAll should reject function "function () { throw e }" threw object "TypeError: Type error" that is not a DOMException AbortError: property "code" is equal to undefined, expected 20 3 11 4 FAIL put() on an already-aborted request should reject with AbortError assert_unreached: Should have rejected: put should reject Reached unreachable code5 FAIL put() synchronously followed by abort should reject with AbortError assert_unreached: Should have rejected: put should reject Reached unreachable code6 TIMEOUT put() followed by abort after headers received should reject with AbortError Test timed out7 NOTRUN add() on an already-aborted request should reject with AbortError8 NOTRUN add() synchronously followed by abort should reject with AbortError9 NOTRUN add() followed by abort after headers received should reject with AbortError10 NOTRUN addAll() on an already-aborted request should reject with AbortError11 NOTRUN addAll() synchronously followed by abort should reject with AbortError12 NOTRUN addAll() followed by abort after headers received should reject with AbortError13 -
trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/client-navigate.https-expected.txt
r224852 r244094 3 3 Harness Error (TIMEOUT), message = null 4 4 5 TIMEOUT Frame location should update on successful navigation Test timed out 6 NOTRUN Frame location should not be accessible after redirect 7 NOTRUN Frame location should not be accessible after cross-origin navigation 8 NOTRUN Frame location should not update on failed about:blank navigation 9 NOTRUN Frame location should not update on failed mixed-content navigation 5 FAIL Frame location should update on successful navigation assert_unreached: unexpected rejection: assert_equals: expected "https://localhost:9443/service-workers/service-worker/resources/client-navigated-frame.html" but got "" Reached unreachable code 6 FAIL Frame location should not be accessible after redirect assert_unreached: unexpected rejection: wait_for_state must be passed a ServiceWorker Reached unreachable code 7 FAIL Frame location should not be accessible after cross-origin navigation assert_unreached: unexpected rejection: wait_for_state must be passed a ServiceWorker Reached unreachable code 8 FAIL Frame location should not update on failed about:blank navigation assert_unreached: unexpected rejection: wait_for_state must be passed a ServiceWorker Reached unreachable code 9 FAIL Frame location should not update on failed mixed-content navigation assert_unreached: unexpected rejection: wait_for_state must be passed a ServiceWorker Reached unreachable code 10 10 -
trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/clients-matchall-include-uncontrolled.https-expected.txt
r227543 r244094 4 4 Harness Error (FAIL), message = Error: assert_array_equals: property 1, expected false but got true 5 5 6 TIMEOUT Verify matchAll() respect includeUncontrolled Test timed out 6 TIMEOUT Verify matchAll() with windows respect includeUncontrolled Test timed out 7 NOTRUN Verify matchAll() with shared workers respect includeUncontrolled 7 8 -
trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-canvas-tainting-image-cache.https-expected.txt
r238592 r244094 22 22 CONSOLE MESSAGE: line 26: Unable to get image data from canvas because the canvas has been tainted by cross-origin data. 23 23 CONSOLE MESSAGE: Response served by service worker is opaque 24 CONSOLE MESSAGE: Cannot load https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true. 25 CONSOLE MESSAGE: Response served by service worker is opaque 24 26 CONSOLE MESSAGE: Cannot load image https://localhost:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=no-cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue due to access control checks. 27 CONSOLE MESSAGE: Response served by service worker is opaque 28 CONSOLE MESSAGE: Cannot load https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true. 25 29 CONSOLE MESSAGE: Response served by service worker is opaque 26 30 CONSOLE MESSAGE: Cannot load image https://localhost:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=no-cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue due to access control checks. 27 31 CONSOLE MESSAGE: line 26: Unable to get image data from canvas because the canvas has been tainted by cross-origin data. 28 29 30 Harness Error (TIMEOUT), message = null 32 CONSOLE MESSAGE: Response served by service worker is opaque 33 CONSOLE MESSAGE: Cannot load https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true. 34 CONSOLE MESSAGE: Response served by service worker is opaque 35 CONSOLE MESSAGE: Cannot load image https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=no-cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue due to access control checks. 36 CONSOLE MESSAGE: Response served by service worker is opaque 37 CONSOLE MESSAGE: Cannot load https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true. 38 CONSOLE MESSAGE: Response served by service worker is opaque 39 CONSOLE MESSAGE: Cannot load image https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=no-cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue due to access control checks. 40 CONSOLE MESSAGE: FetchEvent.respondWith received an error: TypeError: Credentials flag is true, but Access-Control-Allow-Credentials is not "true". 41 CONSOLE MESSAGE: Cannot load https://localhost:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443. 42 CONSOLE MESSAGE: FetchEvent.respondWith received an error: TypeError: Credentials flag is true, but Access-Control-Allow-Credentials is not "true". 43 CONSOLE MESSAGE: Cannot load https://localhost:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443. 44 CONSOLE MESSAGE: FetchEvent.respondWith received an error: TypeError: Credentials flag is true, but Access-Control-Allow-Credentials is not "true". 45 CONSOLE MESSAGE: Cannot load https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443. 46 CONSOLE MESSAGE: FetchEvent.respondWith received an error: TypeError: Credentials flag is true, but Access-Control-Allow-Credentials is not "true". 47 CONSOLE MESSAGE: Cannot load https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443. 31 48 32 49 PASS initialize global state … … 57 74 PASS url "https://localhost:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=no-cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "use-credentials" should be LOAD_ERROR 58 75 PASS url "https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=no-cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "" should be TAINTED 59 TIMEOUT url "https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=no-cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "anonymous" should be LOAD_ERROR Test timed out 60 NOTRUNurl "https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=no-cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "use-credentials" should be LOAD_ERROR61 NOTRUNurl "https://localhost:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "" should be LOAD_ERROR62 NOTRUNurl "https://localhost:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&credentials=same-origin&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "" should be NOT_TAINTED63 NOTRUNurl "https://localhost:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "anonymous" should be NOT_TAINTED64 NOTRUNurl "https://localhost:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "use-credentials" should be LOAD_ERROR65 NOTRUNurl "https://localhost:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACACredentials%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "use-credentials" should be NOT_TAINTED66 NOTRUNurl "https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "" should be LOAD_ERROR67 NOTRUNurl "https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&credentials=same-origin&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "" should be NOT_TAINTED68 NOTRUNurl "https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "anonymous" should be NOT_TAINTED69 NOTRUNurl "https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "use-credentials" should be LOAD_ERROR70 NOTRUNurl "https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACACredentials%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "use-credentials" should be NOT_TAINTED71 NOTRUNrestore global state76 PASS url "https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=no-cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "anonymous" should be LOAD_ERROR 77 PASS url "https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=no-cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "use-credentials" should be LOAD_ERROR 78 PASS url "https://localhost:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "" should be LOAD_ERROR 79 PASS url "https://localhost:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&credentials=same-origin&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "" should be NOT_TAINTED 80 PASS url "https://localhost:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "anonymous" should be NOT_TAINTED 81 PASS url "https://localhost:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "use-credentials" should be LOAD_ERROR 82 PASS url "https://localhost:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACACredentials%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "use-credentials" should be NOT_TAINTED 83 PASS url "https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "" should be LOAD_ERROR 84 PASS url "https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&credentials=same-origin&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "" should be NOT_TAINTED 85 PASS url "https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "anonymous" should be NOT_TAINTED 86 PASS url "https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "use-credentials" should be LOAD_ERROR 87 PASS url "https://127.0.0.1:9443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2F127.0.0.1%3A9443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACACredentials%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Flocalhost%3A9443" with crossOrigin "use-credentials" should be NOT_TAINTED 88 PASS restore global state 72 89 -
trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/multipart-image.https-expected.txt
r238592 r244094 1 CONSOLE MESSAGE: FetchEvent.respondWith received an error: 2 CONSOLE MESSAGE: Cannot load . 1 3 CONSOLE MESSAGE: The operation couldn’t be completed. ( error 0.) 2 4 CONSOLE MESSAGE: Cannot load . … … 6 8 7 9 PASS initialize global state 8 TIMEOUT same-origin multipart image via SW should be readable Test timed out 9 NOTRUN cross-origin multipart image via SW with approved CORS should be readable 10 FAIL same-origin multipart image via SW should be readable promise_test: Unhandled rejection with value: object "NetworkError: load failed" 11 TIMEOUT cross-origin multipart image via SW with approved CORS should be readable Test timed out 10 12 NOTRUN cross-origin multipart image with no-cors via SW should not be readable 11 13 NOTRUN cross-origin multipart image via SW with rejected CORS should fail to load -
trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/navigation-redirect.https-expected.txt
r227770 r244094 1 1 2 2 PASS initialize global state 3 3 PASS Normal redirect to same-origin scope. 4 PASS Normal redirect to same-origin scope with a hash fragment. 5 PASS Normal redirect to same-origin scope with different hash fragments. 4 6 PASS Normal redirect to other-origin scope. 5 7 PASS SW-fallbacked redirect to same-origin out-scope. 6 8 PASS SW-fallbacked redirect to same-origin same-scope. 9 PASS SW-fallbacked redirect to same-origin same-scope with a hash fragment. 10 PASS SW-fallbacked redirect to same-origin same-scope with different hash fragments. 7 11 PASS SW-fallbacked redirect to same-origin other-scope. 8 12 PASS SW-fallbacked redirect to other-origin out-scope. 9 13 PASS SW-fallbacked redirect to other-origin in-scope. 14 PASS SW-fallbacked redirect to other-origin and back to same-origin. 10 15 PASS SW-generated redirect to same-origin out-scope. 16 FAIL SW-generated redirect to same-origin out-scope with a hash fragment. assert_equals: Last URL should match. expected "https://localhost:9443/service-workers/service-worker/resources/navigation-redirect-out-scope.py?#ref" but got "https://localhost:9443/service-workers/service-worker/resources/navigation-redirect-out-scope.py?" 17 PASS SW-generated redirect to same-origin out-scope with different hash fragments. 11 18 PASS SW-generated redirect to same-origin same-scope. 12 19 PASS SW-generated redirect to same-origin other-scope. … … 30 37 PASS Redirect to other-origin in-scope with opaque redirect response which is passed through Cache. 31 38 PASS No location redirect response via Cache. 39 PASS clean up global state 32 40 -
trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/performance-timeline.https-expected.txt
r227978 r244094 1 1 2 2 3 Harness Error (TIMEOUT), message = null 3 PASS Test Performance Timeline API in Service Worker 4 FAIL empty service worker fetch event included in performance timings assert_greater_than: Slow service worker request should measure increased delay. expected a number greater than 1017 but got 19 5 PASS User Timing 6 PASS Resource Timing 4 7 5 PASS Test Performance Timeline API in Service Worker6 FAIL empty service worker fetch event included in performance timings assert_greater_than: Slow service worker request should measure increased delay. expected a number greater than 1061 but got 617 PASS User Timing8 TIMEOUT Resource Timing Test timed out9 -
trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/resource-timing.https-expected.txt
r238592 r244094 5 5 6 6 7 FAIL Controlled resource loads assert_ equals: Generated response expected 1 but got 27 FAIL Controlled resource loads assert_greater_than: Generated response expected a number greater than 0 but got 0 8 8 PASS Non-controlled resource loads 9 9 -
trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/sandboxed-iframe-fetch-event.https-expected.txt
r227543 r244094 1 CONSOLE MESSAGE: line 27: [blocked] The page at https://localhost:9443/service-workers/service-worker/sandboxed-iframe-fetch-event.https.html was not allowed to display insecure content from blob:null/ 2548f006-c6d1-4d09-82c1-3c1b434dbfe7.1 CONSOLE MESSAGE: line 27: [blocked] The page at https://localhost:9443/service-workers/service-worker/sandboxed-iframe-fetch-event.https.html was not allowed to display insecure content from blob:null/e9a86ffd-fb5f-43da-b59d-c35969c4f72e. 2 2 3 3 CONSOLE MESSAGE: line 27: Not allowed to request resource 4 CONSOLE MESSAGE: line 27: Cannot load blob:null/e9a86ffd-fb5f-43da-b59d-c35969c4f72e due to access control checks. 4 5 5 6 Harness Error (TIMEOUT), message = null 6 7 7 TIMEOUT ServiceWorker FetchEvent for sandboxed iframe. Test timed out 8 PASS Prepare a service worker. 9 PASS Prepare a normal iframe. 10 FAIL Prepare an iframe sandboxed by <iframe sandbox="allow-scripts">. assert_equals: expected 0 but got 1 11 PASS Prepare an iframe sandboxed by <iframe sandbox="allow-scripts allow-same-origin">. 12 FAIL Prepare an iframe sandboxed by CSP HTTP header with allow-scripts. assert_false: Service worker should NOT control the sandboxed page expected false got true 13 PASS Prepare an iframe sandboxed by CSP HTTP header with allow-scripts and allow-same-origin. 14 PASS Fetch request from a normal iframe 15 PASS Fetch request from a worker in a normal iframe 16 PASS Request for an iframe in the normal iframe 17 FAIL Request for an sandboxed iframe with allow-scripts flag in the normal iframe assert_equals: The request should NOT be handled by SW. expected 0 but got 1 18 PASS Request for an sandboxed iframe with allow-scripts and allow-same-origin flag in the normal iframe 19 FAIL Fetch request from iframe sandboxed by an attribute with allow-scripts flag assert_equals: The fetch request should NOT be handled by SW. expected 0 but got 1 20 TIMEOUT Fetch request from a worker in iframe sandboxed by an attribute with allow-scripts flag Test timed out 21 NOTRUN Request for an iframe in the iframe sandboxed by an attribute with allow-scripts flag 22 NOTRUN Request for an sandboxed iframe with allow-scripts flag in the iframe sandboxed by an attribute with allow-scripts flag 23 NOTRUN Request for an sandboxed iframe with allow-scripts and allow-same-origin flag in the iframe sandboxed by an attribute with allow-scripts flag 24 NOTRUN Fetch request from iframe sandboxed by an attribute with allow-scripts and allow-same-origin flag 25 NOTRUN Fetch request from a worker in iframe sandboxed by an attribute with allow-scripts and allow-same-origin flag 26 NOTRUN Request for an iframe in the iframe sandboxed by an attribute with allow-scripts and allow-same-origin flag 27 NOTRUN Request for an sandboxed iframe with allow-scripts flag in the iframe sandboxed by attribute with allow-scripts and allow-same-origin flag 28 NOTRUN Request for an sandboxed iframe with allow-scripts and allow-same-origin flag in the iframe sandboxed by attribute with allow-scripts and allow-same-origin flag 29 NOTRUN Fetch request from iframe sandboxed by CSP HTTP header with allow-scripts flag 30 NOTRUN Request for an iframe in the iframe sandboxed by CSP HTTP header with allow-scripts flag 31 NOTRUN Request for an sandboxed iframe with allow-scripts flag in the iframe sandboxed by CSP HTTP header with allow-scripts flag 32 NOTRUN Request for an sandboxed iframe with allow-scripts and allow-same-origin flag in the iframe sandboxed by CSP HTTP header with allow-scripts flag 33 NOTRUN Fetch request from iframe sandboxed by CSP HTTP header with allow-scripts and allow-same-origin flag 34 NOTRUN Request for an iframe in the iframe sandboxed by CSP HTTP header with allow-scripts and allow-same-origin flag 35 NOTRUN Request for an sandboxed iframe with allow-scripts flag in the iframe sandboxed by CSP HTTP header with allow-scripts and allow-same-origin flag 36 NOTRUN Request for an sandboxed iframe with allow-scripts and allow-same-origin flag in the iframe sandboxed by CSP HTTP header with allow-scripts and allow-same-origin flag 8 37 -
trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/update-after-navigation-fetch-event.https-expected.txt
r226274 r244094 1 1 2 PASS Update should be triggered after a navigation fetch event. 2 PASS Update should be triggered after a navigation (no fetch event worker). 3 PASS Update should be triggered after a navigation (fetch event worker). 4 PASS Update should be triggered after a navigation (network error). 3 5
Note:
See TracChangeset
for help on using the changeset viewer.