summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/selectors/old-tests/reference/three-paragraph-lime-characters.xht
blob: 46bfede1a5ba155f4c1d6750d1bc941909522b1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>