toolkit/content/tests/chrome/window_popup_anchor.xul

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <?xml version="1.0"?>
     2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
     4 <window title="Popup Anchor Tests"
     5         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     7 <script>
     8 function runTests()
     9 {
    10   frames[0].openPopup();
    11 }
    13 window.opener.wrappedJSObject.SimpleTest.waitForFocus(runTests, window);
    14 </script>
    16 <spacer height="13"/>
    17 <button id="outerbutton" label="Button One" style="margin-left: 6px; -moz-appearance: none;"/>
    18 <hbox>
    19   <spacer width="20"/>
    20   <deck>
    21     <vbox>
    22       <iframe id="frame" style="margin-left: 60px; margin-top: 10px; border-left: 17px solid red; padding-left: 0 !important; padding-top: 3px;"
    23               width="250" height="80" src="frame_popup_anchor.xul"/>
    24     </vbox>
    25   </deck>
    26 </hbox>
    28 </window>

mercurial