summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/selectors/dir-selector-change-003-ref.html
blob: 8c79c8328f0b2bf88b320956efdd689a97130550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
    <style type="text/css">
        span { background-color: lime }
    </style>
</head>
<body>
    <div>
        <div>
          <div></div>
          <span>The background color should be lime</span>
        </div>
    </div>
</body>
</html>