layout/reftests/ib-split/insert-into-split-inline-7-noib-ref.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE html>
     2 <html>
     3  <head>
     4   <style>
     5    body > span { border: 3px solid blue }
     6    .notstart { border-left: none; }
     7    .notend { border-right: none; }
     8   </style>
     9  </head>
    10  <body>
    11    <span class="notend"></span>
    12    <div>One</div>
    13    <span class="notstart">
    14      <span>Two</span>
    15    </span>
    16  </body>
    17 </html>

mercurial