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