summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1150021-1-ref.xul
blob: d1e9cacf44b89212761b253dcbfaf6e61cc246ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?> <!-- -*- Mode: HTML -*- --> 

<?xml-stylesheet type="text/css" href="1150021-1-ref.css"?>

<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
        xmlns:html="http://www.w3.org/1999/xhtml"
        title="gsg"
        >

  <vbox id="container">
    <vbox id="rightBox">
      <html:span>
        <html:div class="wide"></html:div><html:div class="wide"></html:div>
      </html:span>
    </vbox>
  </vbox>



</window>