mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
34
layout/reftests/bugs/374719-1-xbl.xml
Normal file
34
layout/reftests/bugs/374719-1-xbl.xml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<bindings xmlns="http://www.mozilla.org/xbl"
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:xbl="http://www.mozilla.org/xbl"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<binding id="gridlike">
|
||||
<content>
|
||||
<xul:scrollbox allowevents="true" orient="vertical" anonid="main-box"
|
||||
flex="1" style="overflow: auto;">
|
||||
<children includes="gridlikecols">
|
||||
<xul:gridlikecols>
|
||||
<xul:gridlikecol flex="1"/>
|
||||
</xul:gridlikecols>
|
||||
</children>
|
||||
<xul:gridlikerows>
|
||||
<children includes="gridlikehead"/>
|
||||
<xul:gridlikeboxbody xbl:inherits="rows,size,minheight">
|
||||
<children includes="gridlikeitem"/>
|
||||
</xul:gridlikeboxbody>
|
||||
</xul:gridlikerows>
|
||||
</xul:scrollbox>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
<binding id="gridlikehead">
|
||||
<content>
|
||||
<xul:gridlikeheaditem>
|
||||
<children includes="gridlikeheader"/>
|
||||
</xul:gridlikeheaditem>
|
||||
</content>
|
||||
</binding>
|
||||
</bindings>
|
||||
Loading…
Add table
Add a link
Reference in a new issue