WIP: screenshots.py: Create single-file output
This might fix the screenshot issue:
- Currently only works on Firefox (and maybe Safari) because Chrome doesn't let users
fetch/XMLHttpRequestthe current file (when afile://URL).- Works in Chrome if using
python3 -m http.serverto host.
- Works in Chrome if using
- Now only generates one screenshots output file,
screenshots.html. - CSS-based & JS-based diff (both)
- Code is still really messy & needs to be cleaned up
Edited by Henry Heino