gecko-dev/layout/reftests/xul/resizer-bottomright.xul

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
304 B
Plaintext
Raw Normal View History

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<window title="Resizer"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<hbox>
<resizer dir="bottomright" style="-moz-appearance: none"/>
<spacer flex="1"/>
</hbox>
</window>