Bug 1678258 Comment 6 Edit History

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

### Beta/Release Uplift Approval Request
* **User impact if declined**: User won't be able to resume from the overlay displayed on the page when the debugger is paused, making it look broken
* **Is this code covered by automated tests?**: Yes
* **Has the fix been verified in Nightly?**: No
* **Needs manual test from QE?**: Yes
* **If yes, steps to reproduce**: 1. Open a tab with `data:text/html,<meta charset=utf8><button>Click me to pause</button><script>document.querySelector("button").addEventListener("click", () => {debugger;})</script>`
1. Open devtools
1. Click on the button in the content page
1. The overlay should be displayed in the page, click on the resume button

-> the debugger should resume, and the overlay should be hidden
* **List of other uplifts needed**: None
* **Risk to taking this patch**: Low
* **Why is the change risky/not risky? (and alternatives if risky)**: 2 lines fix with an automated test
* **String changes made/needed**:
### Beta/Release Uplift Approval Request
* **User impact if declined**: User won't be able to resume from the overlay displayed on the page when the debugger is paused, making it look broken
* **Is this code covered by automated tests?**: Yes
* **Has the fix been verified in Nightly?**: No
* **Needs manual test from QE?**: Yes
* **If yes, steps to reproduce**: 
1. Open a tab with `data:text/html,<meta charset=utf8><button>Click me to pause</button><script>document.querySelector("button").addEventListener("click", () => {debugger;})</script>`
1. Open devtools
1. Click on the button in the content page
1. The overlay should be displayed in the page, click on the resume button

-> the debugger should resume, and the overlay should be hidden
* **List of other uplifts needed**: None
* **Risk to taking this patch**: Low
* **Why is the change risky/not risky? (and alternatives if risky)**: 2 lines fix with an automated test
* **String changes made/needed**:

Back to Bug 1678258 Comment 6