michael@0: /* Any copyright is dedicated to the Public Domain. michael@0: http://creativecommons.org/publicdomain/zero/1.0/ */ michael@0: "use strict"; michael@0: michael@0: const STACK_THICKNESS = 15; michael@0: michael@0: function init(callback) { michael@0: let iframe = gBrowser.ownerDocument.createElement("iframe"); michael@0: michael@0: iframe.addEventListener("load", function onLoad() { michael@0: iframe.removeEventListener("load", onLoad, true); michael@0: callback(iframe); michael@0: michael@0: gBrowser.parentNode.removeChild(iframe); michael@0: finish(); michael@0: }, true); michael@0: michael@0: iframe.setAttribute("src", ["data:text/html,", michael@0: "", michael@0: "", michael@0: "
", michael@0: "