test/unit/iframe.js in envjs-0.1.3 vs test/unit/iframe.js in envjs-0.1.4

- old
+ new

@@ -149,10 +149,10 @@ newIframe.setAttribute("onload", "iframeOnloadHandler();"); var bottomBody = bottomIframe.contentDocument. getElementsByTagName('body')[0]; bottomBody.appendChild(newIframe); - newIframe.src = "html/iframeN.html"; + newIframe.src = "iframeN.html"; bottomIframe = newIframe; ////////////////////////////////////////