layout/reftests/bugs/396286-1xbl.xml

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <bindings xmlns="http://www.mozilla.org/xbl">
     3 <binding id="a">
     4 <implementation>
     5 <constructor>
     6   this.style.position='fixed';
     7 </constructor>
     8 </implementation>
     9 <content>
    10 <children/>
    11 </content>
    12 </binding>
    14 <binding id="b">
    15 <content>
    16 <children/>
    17 </content>
    18 </binding>
    20 </bindings>

mercurial