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
name2dir.yaml
2d.state:                             "the-canvas-state"
2d.transformation:                    "transformations"
2d.composite:                         "compositing"
2d.fillStyle:                         "fill-and-stroke-styles"
2d.gradient:                          "fill-and-stroke-styles"
2d.pattern:                           "fill-and-stroke-styles"
2d.strokeStyle:                       "fill-and-stroke-styles"
2d.shadow:                            "shadows"
2d.clearRect:                         "drawing-rectangles-to-the-canvas"
2d.fillRect:                          "drawing-rectangles-to-the-canvas"
2d.strokeRect:                        "drawing-rectangles-to-the-canvas"
2d.drawImage:                         "drawing-images-to-the-canvas"
2d.imageData:                         "pixel-manipulation"
2d.line:                              "line-styles"
2d.path:                              "path-objects"
2d.coordinatespace:                   "conformance-requirements"
2d.missingargs:                       "conformance-requirements"
2d.voidreturn:                        "conformance-requirements"
2d.canvas:                            "the-offscreen-canvas"
2d.getcontext:                        "the-offscreen-canvas"
context:                              "the-offscreen-canvas"
initial:                              "the-offscreen-canvas"
size:                                 "the-offscreen-canvas"
back to top