https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e7690df34aefe58b60dd99b472dd2ea32f9c0ecf authored by seabld on 26 September 2012, 13:47:54 UTC
Added tag SEAMONKEY_2_13b5_RELEASE for changeset FIREFOX_16_0b5_BUILD1. CLOSED TREE a=release
Tip revision: e7690df
out-of-flow-1b.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: red }
      div::first-line { color: green }
    </style>
  </head>
  <body>
    <div><span><span style="float: left">This should be green</span></span></div>
  </body>
</html>
back to top