blob: 208345ed68b2710c88ff551574679b853199e990 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<window id="window676387-1"
class="reftest-wait"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="var button = document.getElementById('button');
var r = button.getBoundingClientRect();
if (document.elementFromPoint(r.right, r.top) == button.parentNode)
button.label = 'SUCCESS';
document.documentElement.className = '';">
<hbox><button id="button" label="FAIL"/></hbox>
</window>
|