summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/selectors/old-tests/reference/lime-bg-paras-u-g-g-u-u-g.xht
blob: 1768b0ed27aeb4191ddccb4958a0fdf73d836105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Six paragraphs lime background u g g u u g</title>
  <style type="text/css">
    .lime { background-color: lime }
  </style>
 </head>
 <body>
   <p>This paragraph should be unstyled.</p>
   <p class="lime">This paragraph should have a green background.</p>
   <p class="lime">This paragraph should have a green background.</p>
   <p>This paragraph should be unstyled.</p>
   <p>This paragraph should be unstyled.</p>
   <p class="lime">This paragraph should have a green background.</p>
 </body>
</html>