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
/XMLHttpRequest
the current file (when afile://
URL).- Works in Chrome if using
python3 -m http.server
to 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