Tests that script is replaced with the newer version when the names match. Added: debugger:///VMXX MyScript.js to debugger Added: http://127.0.0.1:8000/devtools/resources/MyScript.js to network Added: debugger:///VMXX MyScript.js to debugger Added: http://127.0.0.1:8000/devtools/resources/MyScript.js to network Content: function foo() { return 1; } //# sourceURL=MyScript.js Content: function foo() { return 2; } //# sourceURL=MyScript.js