OLD | NEW |
1 This tests elements affected by CSS pseudo class selectors are updated after a d
ynamic DOM change. | 1 This tests elements affected by CSS pseudo class selectors are updated after a d
ynamic DOM change. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS getComputedStyle(document.getElementById("orig"))["color"] is "rgb(255, 0,
0)" | 6 PASS getComputedStyle(document.getElementById("orig"))["color"] is "rgb(255, 0,
0)" |
7 PASS getComputedStyle(document.getElementById("orig"))["color"] is "rgb(0, 0, 0)
" | 7 PASS getComputedStyle(document.getElementById("orig"))["color"] is "rgb(0, 0, 0)
" |
| 8 PASS successfullyParsed is true |
| 9 |
| 10 TEST COMPLETE |
8 Generated content. | 11 Generated content. |
9 Original. | 12 Original. |
OLD | NEW |