gecko/accessible/tests/mochitest/hittest/zoom_tree.xul
Alexander Surkov 2d5342e963 Bug 727942 - childAtPoint on XUL trees is broken when page is zoomed, r=marcoz
--HG--
rename : accessible/tests/mochitest/hittest/test_general.xul => accessible/tests/mochitest/hittest/test_zoom_tree.xul
2012-03-26 21:19:07 +09:00

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>