mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +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
45
layout/xul/grid/reftests/not-full-basic.xul
Normal file
45
layout/xul/grid/reftests/not-full-basic.xul
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE window>
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
title="XUL Grid Test">
|
||||
<style xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
|
||||
window { background: black; }
|
||||
hbox { height: 100px; width: 100px; }
|
||||
]]></style>
|
||||
<grid flex="1">
|
||||
<columns>
|
||||
<column style="background: rgb(0, 255, 0)">
|
||||
<hbox />
|
||||
<hbox />
|
||||
<hbox />
|
||||
</column>
|
||||
<column>
|
||||
<hbox style="background: rgb(0, 255, 0)" />
|
||||
<hbox style="background: rgb(0, 255, 0)" />
|
||||
<hbox style="background: rgb(0, 255, 0)" />
|
||||
</column>
|
||||
<column>
|
||||
<hbox />
|
||||
<hbox />
|
||||
<hbox />
|
||||
</column>
|
||||
</columns>
|
||||
<rows>
|
||||
<row style="background: rgba(0, 0, 255, 0.6)">
|
||||
<hbox />
|
||||
<hbox />
|
||||
<hbox />
|
||||
</row>
|
||||
<row>
|
||||
<hbox style="background: rgba(0, 0, 255, 0.6)" />
|
||||
<hbox style="background: rgba(0, 0, 255, 0.6)" />
|
||||
<hbox style="background: rgba(0, 0, 255, 0.6)" />
|
||||
</row>
|
||||
<row>
|
||||
<hbox />
|
||||
<hbox />
|
||||
<hbox />
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</window>
|
||||
Loading…
Add table
Add a link
Reference in a new issue