<!DOCTYPE HTML><html><!--https://bugzilla.mozilla.org/show_bug.cgi?id=765993--><head><title>Test for Bug 765993</title><scriptsrc="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script><scripttype="application/javascript"src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js"></script><linkrel="stylesheet"type="text/css"href="chrome://mochikit/content/tests/SimpleTest/test.css"/></head><body><atarget="_blank"href="https://bugzilla.mozilla.org/show_bug.cgi?id=765993">Mozilla Bug 765993</a><styletype="text/css">#link1a{user-select:none;}</style><divid="link1"><ahref="http://www.mozilla.org/">link1</a></div><divid="link2"><ahref="http://www.mozilla.org/">link2</a></div><pid="display"></p><divid="content"style="display: none"></div><preid="test"><scripttype="application/javascript">/** Test for Bug 765993 **/const{addDebuggerToGlobal}=ChromeUtils.importESModule("resource://gre/modules/jsdebugger.sys.mjs");addDebuggerToGlobal(globalThis);window.onload=function(){SimpleTest.waitForExplicitFinish();variframe=document.createElement("iframe");iframe.src="http://mochi.test:8888/tests/dom/base/test/chrome/nochrome_bug765993.html";iframe.onload=function(){varscript=iframe.contentWindow.document.createElement("script");script.src="http://mochi.test:8888/tests/dom/base/test/chrome/nochrome_bug765993.js";script.onload=function(){vardbg=newDebugger(iframe.contentWindow);ok(dbg,"Should be able to create debugger");varscripts=dbg.findScripts({url:"http://mochi.test:8888/tests/dom/base/test/chrome/nochrome_bug765993.js",});ok(scripts.length,"Should be able to find script");is(scripts[0].source.sourceMapURL,"foo.js.map");SimpleTest.finish();};iframe.contentWindow.document.body.appendChild(script);};document.body.appendChild(iframe);};</script></pre></body></html>