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.
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