Chromium Code Reviews
DescriptionServiceWorker: Add a test to check the behavior after reloading iframe
There seems to be some different behaviors between firefox and chrome
when reloading iframe controlled by a service worker after unregistering
or re-registering. This new test is to check if "Clear" and "Activate"
process are not invoked after reloading an iframe controlled by a service
worker. Expected behavior is to execute neither "Clear" nor "Activate"
process according to comments at http://crrev.com/1865103003#msg29
Currently the behavior of chromium is different from the expected one,
so this should be fixed by the another bug/CL.
BUG=594032
TEST=./third_party/WebKit/Tools/Scripts/run-webkit-tests -t Default http/tests/serviceworker/chromium/reloading-iframe.html
Patch Set 1 #Patch Set 2 : Wrap at 80 columns #
Total comments: 8
Messages
Total messages: 4 (1 generated)
|
||||||||||||||||||||||||||||