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