This reverts commit 8f35198bfb
.
This commit is contained in:
parent
46c2953edb
commit
57d2ae1aec
10 changed files with 196 additions and 339 deletions
|
@ -992,11 +992,7 @@ describe('chromium feature', () => {
|
|||
contents = null
|
||||
})
|
||||
|
||||
// FIXME: Disabled with site isolation ON
|
||||
// Localstorage area is accessed on the browser process
|
||||
// before checking accessibility on the renderer side,
|
||||
// causing illegal origin access renderer termination.
|
||||
xit('cannot access localStorage', (done) => {
|
||||
it('cannot access localStorage', (done) => {
|
||||
ipcMain.once('local-storage-response', (event, error) => {
|
||||
assert.strictEqual(
|
||||
error,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue