Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Check that getComputedStyle causes a shadow re-distribution when necessary. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 PASS getComputedStyle(d1).color is red | |
| 7 PASS getComputedStyle(d2).color is green | |
| 8 PASS getComputedStyle(d1).color is green | |
| 9 PASS getComputedStyle(d2).color is red | |
| 10 PASS successfullyParsed is true | |
| 11 | |
| 12 TEST COMPLETE | |
| 13 A | |
| 14 | |
| OLD | NEW |