This commit is contained in:
Jesse Ruderman 2014-10-18 17:08:23 +00:00
Родитель 28c370b3f5
Коммит 87a6706169
2 изменённых файлов: 29 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,28 @@
<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>

Просмотреть файл

@ -228,6 +228,7 @@ load 412651-1.html
load 413587-1.svg
load 414058-1.html
load 414175-1.xul
load 415503.xhtml
load 420031-1.html
load 420213-1.html
load 420219-1.html