-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Description
When a element sets a localStorage value in a fixture, it doesn't set the localStorage value of the document. Is there a way to check what localStorage values have been set in the fixture?
Expected outcome
Fixture lets you access its localStorage.
Actual outcome
You can't access the localStorage values at all.
Live Demo
Steps to reproduce
- Create a simple element that sets a localStorage value.
- check document.localStorage
- value won't be there
Browsers Affected
- Chrome
- Firefox
- Safari 9
- Safari 8
- Safari 7
- Edge
- IE 11
- IE 10
Metadata
Metadata
Assignees
Labels
No labels