mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
93b52babf9
--HG-- rename : accessible/tests/mochitest/hittest/test_general.xul => accessible/tests/mochitest/hittest/test_zoom_tree.xul
19 lines
625 B
XML
19 lines
625 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css"
|
|
type="text/css"?>
|
|
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
title="nsIAccessible::getChildAtPoint and getDeepestChildAtPoint for XUL trees">
|
|
|
|
<tree id="tree" flex="1">
|
|
<treecols id="treecols">
|
|
<treecol id="treecol1" flex="1" primary="true" label="column"/>
|
|
<treecol id="treecol2" flex="1" label="column 2"/>
|
|
</treecols>
|
|
<treechildren id="treechildren"/>
|
|
</tree>
|
|
|
|
</window>
|
|
|