summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/selectors/nth-last-child-of-style-sharing-1-ref.html
blob: 14ca8e42c7e3e22670da3c53a5ba5fd239080539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<body>
    <p>Test that style-sharing does not ignore cases matching :nth-last-child(An+B of selector list).</p>
    <p style="background-color: lime">Target</p>
    <p>Target</p>
    <p>Target</p>
    <p style="background-color: lime">Target</p>
    <p>Target</p>
    <p>Target</p>
    <p style="background-color: lime">Target</p>
</body>
</html>