Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / layout / reftests / xul / treecell-image-svg-1b.xhtml
blobf13c138fda66af1b6401be53287c01514edf5f0c
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
4 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
5 <tree seltype="single" flex="1">
6 <treecols>
7 <treecol flex="1"/>
8 </treecols>
9 <treechildren>
10 <treeitem>
11 <treerow>
12 <treecell src="colors-16x8-noSize.svg"/>
13 </treerow>
14 </treeitem>
15 </treechildren>
16 </tree>
17 </window>