| Test style update caused by :nth-child() changes on a direct adjacent. This test does not use any sibling "~" combinator to avoid its more generic marking. |
| |
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| |
| |
| Initially, <foo> is the third child and does not match. |
| PASS getComputedStyle(document.getElementById("bar-with-renderer")).backgroundColor is "rgb(255, 255, 255)" |
| PASS getComputedStyle(document.getElementById("baz-with-renderer")).backgroundColor is "rgb(255, 255, 255)" |
| PASS getComputedStyle(document.getElementById("bar-without-renderer")).backgroundColor is "rgb(255, 255, 255)" |
| PASS getComputedStyle(document.getElementById("baz-without-renderer")).backgroundColor is "rgb(255, 255, 255)" |
| PASS getComputedStyle(document.getElementById("bar-with-renderer")).color is "rgb(0, 0, 0)" |
| PASS getComputedStyle(document.getElementById("baz-with-renderer")).color is "rgb(0, 0, 0)" |
| PASS getComputedStyle(document.getElementById("bar-without-renderer")).color is "rgb(0, 0, 0)" |
| PASS getComputedStyle(document.getElementById("baz-without-renderer")).color is "rgb(0, 0, 0)" |
| Adding one element before moves <foo> to the fourth position, we should have a match. |
| PASS getComputedStyle(document.getElementById("bar-with-renderer")).backgroundColor is "rgb(1, 2, 3)" |
| PASS getComputedStyle(document.getElementById("baz-with-renderer")).backgroundColor is "rgb(255, 255, 255)" |
| PASS getComputedStyle(document.getElementById("bar-without-renderer")).backgroundColor is "rgb(1, 2, 3)" |
| PASS getComputedStyle(document.getElementById("baz-without-renderer")).backgroundColor is "rgb(255, 255, 255)" |
| PASS getComputedStyle(document.getElementById("bar-with-renderer")).color is "rgb(0, 0, 0)" |
| PASS getComputedStyle(document.getElementById("baz-with-renderer")).color is "rgb(4, 5, 6)" |
| PASS getComputedStyle(document.getElementById("bar-without-renderer")).color is "rgb(0, 0, 0)" |
| PASS getComputedStyle(document.getElementById("baz-without-renderer")).color is "rgb(4, 5, 6)" |
| Adding one more element before moves <foo> to the fifth position, we should no longer match. |
| PASS getComputedStyle(document.getElementById("bar-with-renderer")).backgroundColor is "rgb(255, 255, 255)" |
| PASS getComputedStyle(document.getElementById("baz-with-renderer")).backgroundColor is "rgb(255, 255, 255)" |
| PASS getComputedStyle(document.getElementById("bar-without-renderer")).backgroundColor is "rgb(255, 255, 255)" |
| PASS getComputedStyle(document.getElementById("baz-without-renderer")).backgroundColor is "rgb(255, 255, 255)" |
| PASS getComputedStyle(document.getElementById("bar-with-renderer")).color is "rgb(0, 0, 0)" |
| PASS getComputedStyle(document.getElementById("baz-with-renderer")).color is "rgb(0, 0, 0)" |
| PASS getComputedStyle(document.getElementById("bar-without-renderer")).color is "rgb(0, 0, 0)" |
| PASS getComputedStyle(document.getElementById("baz-without-renderer")).color is "rgb(0, 0, 0)" |
| Removing one element, we should be back to 4 and have a match. |
| PASS getComputedStyle(document.getElementById("bar-with-renderer")).backgroundColor is "rgb(1, 2, 3)" |
| PASS getComputedStyle(document.getElementById("baz-with-renderer")).backgroundColor is "rgb(255, 255, 255)" |
| PASS getComputedStyle(document.getElementById("bar-without-renderer")).backgroundColor is "rgb(1, 2, 3)" |
| PASS getComputedStyle(document.getElementById("baz-without-renderer")).backgroundColor is "rgb(255, 255, 255)" |
| PASS getComputedStyle(document.getElementById("bar-with-renderer")).color is "rgb(0, 0, 0)" |
| PASS getComputedStyle(document.getElementById("baz-with-renderer")).color is "rgb(4, 5, 6)" |
| PASS getComputedStyle(document.getElementById("bar-without-renderer")).color is "rgb(0, 0, 0)" |
| PASS getComputedStyle(document.getElementById("baz-without-renderer")).color is "rgb(4, 5, 6)" |
| Removing one more element, we should be back to the initial state. |
| PASS getComputedStyle(document.getElementById("bar-with-renderer")).backgroundColor is "rgb(255, 255, 255)" |
| PASS getComputedStyle(document.getElementById("baz-with-renderer")).backgroundColor is "rgb(255, 255, 255)" |
| PASS getComputedStyle(document.getElementById("bar-without-renderer")).backgroundColor is "rgb(255, 255, 255)" |
| PASS getComputedStyle(document.getElementById("baz-without-renderer")).backgroundColor is "rgb(255, 255, 255)" |
| PASS getComputedStyle(document.getElementById("bar-with-renderer")).color is "rgb(0, 0, 0)" |
| PASS getComputedStyle(document.getElementById("baz-with-renderer")).color is "rgb(0, 0, 0)" |
| PASS getComputedStyle(document.getElementById("bar-without-renderer")).color is "rgb(0, 0, 0)" |
| PASS getComputedStyle(document.getElementById("baz-without-renderer")).color is "rgb(0, 0, 0)" |
| PASS successfullyParsed is true |
| |
| TEST COMPLETE |
| |