layout/reftests/bugs/272646-1.xul

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <?xml version="1.0"?>
     2 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
     3         xmlns:nc="http://home.netscape.com/NC-rdf#"
     4         title="insertBefore - Weirdness"
     5         onload="var atab = document.createElement('tab'); atab.setAttribute('label','new'); document.getElementById('tabs-id').insertBefore(atab,document.getElementById('tabs-id').lastChild);" >
     6 <tabbox>
     7  <tabs id="tabs-id">
     8   <tab label="foo" />
     9   <tab label="bar" />
    10  </tabs>
    11  <tabpanels>
    12   <tabpanel>
    13    <vbox>
    14     <label value="foo"/>
    15    </vbox>
    16   </tabpanel>
    17   <tabpanel>
    18    <vbox>
    19     <label value="bar"/>
    20    </vbox>
    21   </tabpanel>
    22  </tabpanels>
    23 </tabbox>
    24 </window>

mercurial