DescriptionServiceWorker: Registering a malformed script should fail [3/3]
Before this series of patches, registration succeeds even if the worker script
has a syntax error because the installing sequence does not check the result of
the script evaluation.
This adds layout tests for a variety of error cases.
Patch dependency:
[1] Blink: https://codereview.chromium.org/692003002/
[2] Chromium: https://codereview.chromium.org/697593002/
[3] Blink: THIS PATCH
BUG=426344
TEST=run-webkit-tests --debug http/tests/serviceworker/
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184903
Patch Set 1 : #Patch Set 2 : add tests for importScripts() #Patch Set 3 : s/importScript/importScripts/ #
Total comments: 4
Patch Set 4 : add more tests #
Messages
Total messages: 20 (8 generated)
|