Attaching a file which demos the issue. However, you need to have fission enabled, as well as an http server serving its directory at `http://localhost:8000` (to get it into a separate process). I.e., `python -m SimpleHTTPServer 8000` in Downloads. Then just open it in your browser as a `file://` URL.
Bug 1730710 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Attaching a file which demos the issue. However, you need to have fission enabled, then open it as a file, but also have an http server serving its directory (to get it into a separate process). I.e., run `python -m SimpleHTTPServer 8000` in Downloads or wherever it is, then just open it in your browser as a `file://` URL.