Bug 404816 reftests, r=roc

This commit is contained in:
Teune van Steeg 2008-08-19 12:16:30 -04:00
parent 3f2110411f
commit 0c2019b7b1
5 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="chrome://global/skin/"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<tree hidecolumnpicker="true" maxwidth="447" minwidth="447" height="100">
<treecols>
<treecol width="223" label="label"/>
<treecol width="222" label="label"/>
</treecols>
</tree>
</window>

View File

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="chrome://global/skin/"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<tree hidecolumnpicker="true" maxwidth="447" minwidth="447" height="100">
<treecols>
<treecol flex="1" label="label"/>
<treecol flex="1" label="label"/>
</treecols>
</tree>
</window>

View File

@ -0,0 +1,12 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="chrome://global/skin/"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<tree maxwidth="318" minwidth="318" height="100">
<treecols>
<treecol width="131px" label="label"/>
<treecol width="81px" label="label"/>
<treecol width="80px" label="label"/>
</treecols>
</tree>
</window>

View File

@ -0,0 +1,12 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="chrome://global/skin/"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<tree maxwidth="318" minwidth="318" height="100">
<treecols>
<treecol flex="3" label="label"/>
<treecol flex="1" label="label"/>
<treecol flex="1" label="label"/>
</treecols>
</tree>
</window>

View File

@ -717,6 +717,8 @@ random == 403134-1.html 403134-1-ref.html # bug 405377
== 404553-1.html 404553-1-ref.html # assertion test, also tests that marquee binding is applied correctly
== 404666-1.html 404666-1-ref.html
== 404666-2.html 404666-2-ref.html
== 404816-1.xul 404816-1-ref.xul
fails-if(MOZ_WIDGET_TOOLKIT=="gtk2") == 404829-1.xul 404829-1-ref.xul
== 405186-1.xhtml about:blank
== 405305-1.html 405305-1-ref.html
== 405380-1.html 405380-1-ref.html