This commit is contained in:
Martijn Wargers 2013-02-23 11:38:13 +01:00
Родитель dd52bff80c
Коммит 888dde5d03
2 изменённых файлов: 17 добавлений и 0 удалений

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

@ -0,0 +1,16 @@
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<box style=" display: -moz-inline-stack; position: absolute; " id="a"/>
<box style="display: table-row;" observes="a">
<box onoverflow="event.currentTarget.parentNode.removeAttribute('style')">
<box style="position: absolute;"/>
<box style=" display: table-cell;">
<box style="overflow: auto; float: right; " onoverflow="event.target.parentNode.removeChild(event.target)" />
</box>
</box>
<box style="position: fixed; ">
<editor src="http://google.com/"/>
</box>
</box>
</window>

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

@ -47,6 +47,7 @@ load 387033-1.xhtml
load 387080-1.xul
load 391974-1.html
load 394120-1.xhtml
load 395609.xul
load 397304-1.html
load 398326-1.xhtml
load 400779-1.xhtml