summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/selectors/case-insensitive-parent-ref.html
blob: 0138b79972c3e1c2689df30ec72150e5993269f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <head>
    <title>Case-insensitive parent selector matching</title>
  </head>
  <body>
    <svg width="500" height="100" xmlns="http://www.w3.org/2000/svg">
      <foreignObject width="500" height="100">
        <span style="color: green">Test passes if the text is green.</span>
      </foreignObject>
    </svg>
  </body>
</html>