This test was failing after the changes in earlier parts, as it was explicitly accessing storage for another origin from within the content process. The test was simplified to access the current document's origin instead, as it appears that is the actual use-case for this API from DevTools. Differential Revision: https://phabricator.services.mozilla.com/D302413