Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing the fixtures localStorage #39

Open
8 tasks done
nallown opened this issue Nov 13, 2016 · 0 comments
Open
8 tasks done

Accessing the fixtures localStorage #39

nallown opened this issue Nov 13, 2016 · 0 comments

Comments

@nallown
Copy link

nallown commented Nov 13, 2016

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

  1. Create a simple element that sets a localStorage value.
  2. check document.localStorage
  3. value won't be there

Browsers Affected

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant