diff --git a/files/en-us/learn/tools_and_testing/cross_browser_testing/javascript/breakpoint.png b/files/en-us/learn/tools_and_testing/cross_browser_testing/javascript/breakpoint.png index 5f3ebadde84fb3f..efa6a30dec9b8e0 100644 Binary files a/files/en-us/learn/tools_and_testing/cross_browser_testing/javascript/breakpoint.png and b/files/en-us/learn/tools_and_testing/cross_browser_testing/javascript/breakpoint.png differ diff --git a/files/en-us/learn/tools_and_testing/cross_browser_testing/javascript/debugger-tab.png b/files/en-us/learn/tools_and_testing/cross_browser_testing/javascript/debugger-tab.png index b5785fc949e523e..b4f0b32bebfd966 100644 Binary files a/files/en-us/learn/tools_and_testing/cross_browser_testing/javascript/debugger-tab.png and b/files/en-us/learn/tools_and_testing/cross_browser_testing/javascript/debugger-tab.png differ diff --git a/files/en-us/learn/tools_and_testing/cross_browser_testing/javascript/index.md b/files/en-us/learn/tools_and_testing/cross_browser_testing/javascript/index.md index b5c2a97733e2e3a..b985d3bfc10f66b 100644 --- a/files/en-us/learn/tools_and_testing/cross_browser_testing/javascript/index.md +++ b/files/en-us/learn/tools_and_testing/cross_browser_testing/javascript/index.md @@ -178,7 +178,7 @@ Unfortunately, we still have the same error — the problem has not gone away. L > **Note:** Similar tools are available in other browsers; the [Sources tab](https://developer.chrome.com/docs/devtools/#sources) in Chrome, Debugger in Safari (see [Safari Web Development Tools](https://developer.apple.com/safari/tools/)), etc. -In Firefox, the Debugger tab looks as follows: +In Firefox, the Debugger tab looks like this: ![Firefox debugger](debugger-tab.png)