DescriptionUpdate WPR file of ServiceWorker telemetry test.
service_worker_037.wpr was recorded before we introduced the script path restriction (crbug.com/423983).
This registration code in this record always fails.
navigator.serviceWorker.register('/trained-to-thrill/static/js/sw.js', {
scope: '/trained-to-thrill/'
})
So we have to update the WPR file
I recorded service_worker_038.wpr using this command.
./tools/perf/record_wpr --browser=exact --browser-executable=~/chromium/src/out/Debug/chrome --also-run-disabled-tests service_worker_page_set
BUG=433943
TEST=./tools/perf/run_benchmark --output-format=chartjson --upload-results --browser-executable=~/chromium/src/out/Debug/chrome --also-run-disabled-tests service_worker.service_worker
Committed: https://crrev.com/465fdc5272886d0d75a3d9164e3ab3f639defd3e
Cr-Commit-Position: refs/heads/master@{#317747}
Patch Set 1 : #
Messages
Total messages: 13 (4 generated)
|