layout/reftests/dom/insertparentandchild-ref.html

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 <html>
     2 <body>
     3 <div>1</div>
     4 <div>2</div>
     5 <div>3</div>
     6 <div>4</div>
     7 <div>
     8   <div>5a</div>
     9   <div>5b</div>
    10   <div>5c</div>
    11   <div>5d</div>
    12 </div>
    13 <div>6</div>
    14 <div>7</div>
    15 <div>8</div>
    16 <div>9</div>
    17 </body>
    18 </html>

mercurial