https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 75c8e81b1d10641506369af2e34b82213694fc3f authored by seabld on 10 March 2013, 20:28:23 UTC
Added tag SEAMONKEY_2_16_RELEASE for changeset SEAMONKEY_2_16_BUILD1. CLOSED TREE a=release
Tip revision: 75c8e81
ltr-basic.html
<!DOCTYPE html>
<html>
  <head>
    <title>CSS 2.1 Test Suite: handling of blocks inside inlines</title>
    <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
    <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
    <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level"/>
    <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting"/>
    <meta name="flags" content="" />
    <style>
      .r { direction: rtl; }
      .l { direction: ltr; }
      span { border: 2px solid; padding: 0 10px 0 5px; margin: 0 60px 0 30px; }
    </style>
  </head>
  <body>
    <div><span>One<br>Two</span></div>
  </body>
</html>
back to top