Chrome Version: master (#569992)
OS: Linux
What steps will reproduce the problem?
(1) Visit example.com
(2) Execute sessionStorage.setItem('foo', 'bar')
(3) Clear Cookies in CBD
What is the expected result?
sessionStorage.getItem('foo') should not return 'bar' anymore.
What happens instead?
It still returns 'bar' after a deletion.
Session storage deletion still works in 69.0.3464.0 (dev), so this looks like a recent regression.
Daniel, you are currently working on session storage servicification ( https://crbug.com/716490 ), maybe one of those changes is related?
Comment 1 by dmu...@chromium.org
, Jun 25 2018