Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Style sharing based on attribute selectors | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 Attribute selector in nested functional syntax | |
| 7 PASS getComputedStyle(firstDiv).color is black | |
| 8 PASS getComputedStyle(secondDiv).color is green | |
| 9 PASS internals.isSharingStyle(firstDiv, secondDiv) is false | |
| 10 PASS successfullyParsed is true | |
| 11 | |
| 12 TEST COMPLETE | |
| 13 This text should be black | |
| 14 This text should be green | |
| OLD | NEW |