author | Jesse Ruderman <jruderman@gmail.com> |
Sat, 18 Oct 2014 17:08:23 +0000 | |
changeset 211125 | df421341a8941cc63aa521c9d39b9f83063ac9bb |
permissions | -rw-r--r-- |
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <head> <style id="ss" type="text/css"> span, popupgroup { display: table; position: absolute; } </style> <script type="text/javascript"> function boom() { var ss = document.getElementById("ss"); ss.removeChild(ss.firstChild); } </script> </head> <body onload="boom();"> <span><xul:popupgroup/></span> </body> </html>