| OLD | NEW |
| 1 CONSOLE ERROR: line 43: Discontiguous selection is not supported. | |
| 2 Style invalidation for ::selection | 1 Style invalidation for ::selection |
| 3 | 2 |
| 4 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
". |
| 5 | 4 |
| 6 | 5 |
| 7 PASS getComputedStyle(select[0], '::selection').backgroundColor is red | 6 PASS getComputedStyle(select[0], '::selection').backgroundColor is red |
| 8 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 | 7 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 |
| 9 PASS getComputedStyle(select[0], '::selection').backgroundColor is green | 8 PASS getComputedStyle(select[0], '::selection').backgroundColor is green |
| 10 PASS [object Object] is defined. | 9 PASS [object Object] is defined. |
| 11 PASS getComputedStyle(select[1], '::selection').backgroundColor is red | 10 PASS getComputedStyle(select[1], '::selection').backgroundColor is red |
| 12 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 | 11 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 |
| 13 PASS getComputedStyle(select[1], '::selection').backgroundColor is green | 12 PASS getComputedStyle(select[1], '::selection').backgroundColor is green |
| 14 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
| 15 | 14 |
| 16 TEST COMPLETE | 15 TEST COMPLETE |
| 17 1 | 16 1 |
| 18 2 | 17 2 |
| 19 | 18 |
| OLD | NEW |