diff options
Diffstat (limited to 'layout/reftests/xul/treechildren-padding-percent-1.xul')
-rw-r--r-- | layout/reftests/xul/treechildren-padding-percent-1.xul | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/xul/treechildren-padding-percent-1.xul b/layout/reftests/xul/treechildren-padding-percent-1.xul new file mode 100644 index 000000000..183471234 --- /dev/null +++ b/layout/reftests/xul/treechildren-padding-percent-1.xul @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<?xml-stylesheet href="chrome://global/skin" type="text/css"?> + +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + <style> + </style> + <tree seltype="single" flex="1"> + <treecols> + <treecol flex="1"/> + </treecols> + <treechildren style="padding: 5%"> + <treeitem> + <treerow> + <treecell label="I am a treecell"></treecell> + </treerow> + </treeitem> + </treechildren> + </tree> +</window> |