diff options
Diffstat (limited to 'toolkit/content/tests/chrome/popup_childframe_node.xul')
-rw-r--r-- | toolkit/content/tests/chrome/popup_childframe_node.xul | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/content/tests/chrome/popup_childframe_node.xul b/toolkit/content/tests/chrome/popup_childframe_node.xul new file mode 100644 index 000000000..512f5f8c2 --- /dev/null +++ b/toolkit/content/tests/chrome/popup_childframe_node.xul @@ -0,0 +1,2 @@ +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" width="80" height="80" + onclick="document.documentElement.setAttribute('data', 'x' + document.popupNode)"/> |