layout/reftests/ib-split/insert-into-split-inline-7-noib-ref.html
author Lando <lando@lando.test>
Fri, 11 Jul 2025 09:11:47 +0000 (6 hours ago)
changeset 796052 0a0cf87651274d2f86228467e41dafd62a510749
parent 34462 822ba7ef29bb7dbec1f4a7f2056721d8c5424034
permissions -rw-r--r--
Merge autoland to mozilla-central
<!DOCTYPE html>
<html>
 <head>
  <style>
   body > span { border: 3px solid blue }
   .notstart { border-left: none; }
   .notend { border-right: none; }
  </style>
 </head>
 <body>
   <span class="notend"></span>
   <div>One</div>
   <span class="notstart">
     <span>Two</span>
   </span>
 </body>
</html>