https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 12969662338ed46a239fc3731795730d0c050334 authored by ffxbld on 28 January 2014, 21:46:44 UTC
Added FIREFOX_24_3_0esr_RELEASE FIREFOX_24_3_0esr_BUILD1 tag(s) for changeset 2327a3f5977b. DONTBUILD CLOSED TREE a=release
Tip revision: 1296966
out-of-flow-1a.html
<!DOCTYPE html>
<html>
  <head>
    <title>CSS 2.1 Test Suite: :first-line</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/selector.html#first-line"/>
    <meta name="flags" content="" />
    <style>
      div { color: green }
      div::first-line { color: red }
    </style>
  </head>
  <body>
    <div><span style="float: left">This should be green</span></div>
  </body>
</html>

back to top