chromium/third_party/blink/web_tests/external/wpt/css/selectors/old-tests/reference/three-paragraph-lime-characters.xht

<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Three paragraphs, green</title>
  <style type="text/css">
    p { color: lime }
  </style>
 </head>
 <body>
   <p>This paragraph should be in green characters.</p>
   <p>This paragraph should be in green characters.</p>
   <p>This paragraph should be in green characters.</p>
 </body>
</html>