https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1e339069667f2925400f5aefa0ab4efedbda7326 authored by ffxbld on 21 March 2015, 03:08:25 UTC
Added FENNEC_36_0_4_RELEASE FENNEC_36_0_4_BUILD1 tag(s) for changeset 96aacf3fcb79. DONTBUILD CLOSED TREE a=release
Tip revision: 1e33906
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