Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/multi-globals/url-parsing.https-expected.txt

Issue 2695813009: Import wpt@503f5b5f78ec4e87d144f78609f363f0ed0ea8db (Closed)
Patch Set: Skip some tests Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL register should use the relevant global of the object it was called on to r esolve the script URL assert_equals: the service worker found at relevant/test-s w.js must have been the one to intercept the fetch expected "relevant" but got " entry" 2 FAIL register should use the relevant global of the object it was called on to r esolve the script URL and the default scope URL assert_equals: the script URL sh ould be parsed against the relevant global expected "https://web-platform.test:8 444/service-workers/service-worker/multi-globals/relevant/test-sw.js" but got "h ttps://web-platform.test:8444/service-workers/service-worker/multi-globals/test- sw.js"
3 FAIL register should use the relevant global of the object it was called on to r esolve the scope URL assert_equals: the scope URL should be relevant/scope expec ted "https://web-platform.test:8444/service-workers/service-worker/multi-globals /relevant/scope" but got "https://web-platform.test:8444/service-workers/service -worker/multi-globals/current/scope" 3 PASS register should use the relevant global of the object it was called on to r esolve the script URL and the given scope URL
4 FAIL getRegistration should use the relevant global of the object it was called on to resolve the script URL assert_equals: the retrieved registration's scope s hould be equal to the original's scope expected "https://web-platform.test:8444/ service-workers/service-worker/multi-globals/relevant/" but got "https://web-pla tform.test:8444/service-workers/service-worker/multi-globals/" 4 FAIL getRegistration should use the relevant global of the object it was called on to resolve the script URL assert_equals: the retrieved registration's scope s hould be equal to the original's scope expected "https://web-platform.test:8444/ service-workers/service-worker/multi-globals/relevant/" but got "https://web-pla tform.test:8444/service-workers/service-worker/multi-globals/"
5 Harness: the test ran to completion. 5 Harness: the test ran to completion.
6 6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698