no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 491323-1-ref.xhtml
blobbcfd636da22f8cce3723cc6d2a969890cfbdb39e
1 <?xml version="1.0"?>
2 <window xmlns:html="http://www.w3.org/1999/xhtml"
3 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
4 <hbox flex="1">
5 <html:style>
6 /* Make sure our splitter's background doesn't depend on its hover styles */
7 splitter {
8 background-color: yellow;
9 -moz-appearance: none;
11 </html:style>
12 <splitter collapse="before" resizeafter="farthest" width="200" id="s">
13 </splitter>
14 </hbox>
15 </window>