layout/reftests/dom/multipleinsertionpoints-ref2.xhtml

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 <html xmlns="http://www.w3.org/1999/xhtml">
     2 <head>
     4 <bindings xmlns="http://www.mozilla.org/xbl"
     5           xmlns:xhtml="http://www.w3.org/1999/xhtml">
     6   <binding id="a">
     7     <content>
     8       <xhtml:div>
     9         <children includes="span"/>
    10       </xhtml:div>
    11       <xhtml:div>
    12         <children/>
    13       </xhtml:div>
    14     </content>
    15   </binding>  
    16 </bindings>
    18 </head>
    20 <body>
    21 <div style="-moz-binding: url(#a);">
    22   <div>3</div><span>1</span><div>4</div><span>2</span><div>5</div>
    23 </div>
    24 </body>
    25 </html>

mercurial