https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 83bdb0c901744b5add508525966d018800d8e9d3 authored by ffxbld on 13 July 2012, 23:55:16 UTC
Added FENNEC_14_0_1_RELEASE FENNEC_14_0_1_BUILD2 tag(s) for changeset 5ca6bd1f2bdf. DONTBUILD CLOSED TREE a=release
Tip revision: 83bdb0c
emptyspan-2.html
<!DOCTYPE html>
    <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"/>
    <meta name="flags" content="" />
<body style="direction: rtl">
  <span style="border: 5px solid blue; border-left: none; border-right: none;
               padding-right: 10px">
    <span style="display: block">x</span>
  </span>
</body>
back to top