https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 321406164be16746f523186d72fcdbfa6af5e8b3 authored by ffxbld on 12 December 2012, 15:18:57 UTC
Added FENNEC_18_0b4_RELEASE FENNEC_18_0b4_BUILD1 tag(s) for changeset ee54a5268494. DONTBUILD CLOSED TREE a=release
Tip revision: 3214061
insert-into-split-inline-6-noib-ref.html
<!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 notend"></span>
   <div>Two</div>
   <span class="notstart"></span>
 </body>
</html>
back to top