Mypal/layout/reftests/native-theme/searchfield-mirrored-when-rtl.xul

11 lines
329 B
Plaintext
Raw Normal View History

2019-03-11 10:26:37 +00:00
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<window title="RTL searchfield"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<hbox>
<textbox type="search" width="200" id="searchbox" style="direction: rtl;"/>
<spacer flex="1"/>
</hbox>
</window>