no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 491323-1.xhtml
blobe255d1d4d3445c7cccf72ac85c576c968cf1ea2a
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 onload="loaded()">
5 <hbox flex="1">
6 <html:style>
7 /* Make sure our splitter's background doesn't depend on its hover styles */
8 splitter {
9 background-color: yellow;
10 -moz-appearance: none;
12 </html:style>
13 <script>
14 function loaded() {
15 document.documentElement.getBoundingClientRect();
16 document.getElementById("s").setAttribute("state", "collapsed");
18 </script>
19 <iframe width="200" src="data:text/html,hello"/>
20 <splitter collapse="before" resizeafter="farthest" width="200" id="s">
21 </splitter>
22 </hbox>
23 </window>