Bug 1913061 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Hi Vid,
I tried to create a test case using the information you provided, but i could not get it to crash.

Here is my STR
- Open the debugger on this [testpage](https://testing-iframes.glitch.me/)
- Go to https://testing-iframes.glitch.me/script.js
- Set a breakpoint on line 7
- Click the `close the iframe` button
- The script.js source will get removed.

Does this STR match yours or am i missing something? 

I have a patch that should fix the issue, but it be nice to get a reproducible STR, so a test can be added.
Hi Vid,
I tried to create a test case using the information you provided, but i could not get it to crash.

Here is my STR
- Open the debugger on this [testpage](https://testing-iframes.glitch.me/)
- Go to `script.js`
- Set a breakpoint on line 7
- Click the `close the iframe` button
- The script.js source will get removed.

Does this STR match yours or am i missing something? 

I have a patch that should fix the issue, but it be nice to get a reproducible STR, so a test can be added.

Back to Bug 1913061 Comment 2