blob: 60bf0446e636ef47c4f3a2aa31178898ee588feb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
<!DOCTYPE html>
<html>
<head>
<title>nth-child(...of S) with many children, where only some match</title>
</head>
<body>
<p>Test passes if there is no red.</p>
<div>
<p></p>
<p></p>
<p></p>
<p>1</p>
<p>2</p>
<p></p>
<p></p>
<p>3</p>
<p>4</p>
<p></p>
<p></p>
<p>5</p>
<p></p>
<p></p>
<p>6</p>
<p></p>
<p>7</p>
<p></p>
<p></p>
<p></p>
<p></p>
<p>8</p>
<p></p>
<p></p>
<p></p>
<p>9</p>
<p>10</p>
<p></p>
<p></p>
<p>11</p>
<p>12</p>
<p></p>
<p></p>
<p>13</p>
<p>14</p>
</div>
</body>
</html>
|