https://github.com/web-platform-tests/wpt
Revision 392366fb149414c0c2ef08b3d4741a32069025f3 authored by Han Leon on 21 December 2017, 10:00:24 UTC, committed by Chromium WPT Sync on 21 December 2017, 10:00:24 UTC
This CL sets Client.url as the creation url (document_url_) of
corresponding ServiceWorkerProviderHost, instead of the
last_committed_url of corresponding render frame host, which may be a
result of history.pushState() and should not be considered as Client.url
according to the spec:
https://w3c.github.io/ServiceWorker/#dom-client-url
https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-creation-url

Bug: 658997
TEST=blink_tests
external/wpt/service-workers/service-worker/clients-matchall-client-types.https.html

Change-Id: Id7060b7d1292654fc8f23dd72eef629f6a874ef0
1 parent ba7c96a
Raw File
Tip revision: 392366fb149414c0c2ef08b3d4741a32069025f3 authored by Han Leon on 21 December 2017, 10:00:24 UTC
[ServiceWorker] Let Client.url be the creation url of the window client
Tip revision: 392366f
.gitmodules
[submodule "css/tools/apiclient"]
	path = css/tools/apiclient
	url = https://github.com/w3c/csswg-apiclient.git
[submodule "css/tools/w3ctestlib"]
	path = css/tools/w3ctestlib
	url = https://github.com/w3c/csswg-w3ctestlib.git
[submodule "tools/html5lib/html5lib/tests/testdata"]
	path = tools/html5lib/html5lib/tests/testdata
	url = https://github.com/html5lib/html5lib-tests.git
[submodule "resources/webidl2/test/widlproc"]
	path = resources/webidl2/test/widlproc
	url = https://github.com/dontcallmedom/widlproc.git
back to top