Open
Description
What steps are needed to reproduce the bug?
- Open Firefox
- Disable third-party (cross-site) cookies via Firefox's main settings UI
- Go to https://stylelint.io/demo/
- Enter any CSS into the left pane
- Notice that the right pane does not reflect the code in the left pane
- Click on the
Problems
tab - Notice that the playground always reports
No problems!
What did you expect to happen?
For the playground to work, even when third-party cookies are disabled.
What actually happened?
CSS code from left pane does not appear in right pane. CSS code errors are never found.
Activity