https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9521ad9443e2e31a38f001718fd88c4a301f96d7 authored by seabld on 25 November 2012, 22:46:20 UTC
Added tag SEAMONKEY_2_15b1_RELEASE for changeset FIREFOX_18_0b1_BUILD1. CLOSED TREE a=release
Tip revision: 9521ad9
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