Backed out 4 changesets (bug 1920674, bug 1920468) for causing win crashes. CLOSED...
[gecko.git] / testing / web-platform / tests / css / CSS2 / selectors / first-line-floats-002.xht
blob827e77d40ee5b665c6107602c838e66b7c3a98b2
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
2     <title>CSS Test: :first-line</title>
3     <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
4     <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
5     <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
6     <link rel="match" href="first-line-floats-001-ref.xht"/>
7     <style type="text/css">
8       div { color: red }
9       div:first-line { color: green }
10     </style>
11   </head>
12   <body>
13     <div><span><span style="float: left">This should be green</span></span></div>
16 </body></html>