You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Browsers Affected
The text was updated successfully, but these errors were encountered: