| OLD | NEW |
| 1 Tests that links are updated property when editing pseudo element property. | 1 Tests that links are updated property when editing pseudo element property. |
| 2 | 2 |
| 3 Red text here. | 3 Red text here. |
| 4 | 4 |
| 5 Running: selectNodeWithPseudoElements | 5 Running: selectNodeWithPseudoElements |
| 6 | 6 |
| 7 Running: testPseudoSectionPropertyEdit | 7 Running: testPseudoSectionPropertyEdit |
| 8 | 8 |
| 9 | 9 |
| 10 #### AFTER PROPERTY INSERTED #### | 10 #### AFTER PROPERTY INSERTED #### |
| 11 | 11 |
| 12 | 12 |
| 13 [expanded] | 13 [expanded] |
| 14 element.style { () | 14 element.style { () |
| 15 | 15 |
| 16 [expanded] | 16 [expanded] |
| 17 article, aside, footer, header, hgroup, main, nav, section { (user agent stylesh
eet) | 17 article, aside, footer, header, hgroup, main, nav, section { (user agent stylesh
eet) |
| 18 display: block; | 18 display: block; |
| 19 | 19 |
| 20 ======== Pseudo ::before element ======== | 20 ======== Pseudo ::before element ======== |
| 21 [expanded] | 21 [expanded] |
| 22 #pseudo::before { (styles-update-links-4.html:17 -> styles-update-links-4.html:1
7:1) | 22 #pseudo::before { (styles-update-links-4.html:17 -> styles-update-links-4.html:1
7:18) |
| 23 color: blue; | 23 color: blue; |
| 24 | 24 |
| 25 ======== Pseudo ::after element ======== | 25 ======== Pseudo ::after element ======== |
| 26 [expanded] | 26 [expanded] |
| 27 #pseudo::after { (styles-update-links-4.html:13 -> styles-update-links-4.html:13
:1) | 27 #pseudo::after { (styles-update-links-4.html:13 -> styles-update-links-4.html:13
:17) |
| 28 border: 1px solid black; | 28 border: 1px solid black; |
| 29 | 29 |
| 30 [expanded] | 30 [expanded] |
| 31 #pseudo::after { (styles-update-links-4.html:7 -> styles-update-links-4.html:7:1
) | 31 #pseudo::after { (styles-update-links-4.html:7 -> styles-update-links-4.html:7:1
7) |
| 32 /-- overloaded --/ pseudo-property: "12"; | 32 /-- overloaded --/ pseudo-property: "12"; |
| 33 /-- overloaded --/ PROPERTY: INSERTED; | 33 /-- overloaded --/ PROPERTY: INSERTED; |
| 34 color: red; | 34 color: red; |
| 35 | 35 |
| 36 0 rule ranges are equal. | 36 0 rule ranges are equal. |
| 37 3 rule ranges are equal. | 37 3 rule ranges are equal. |
| 38 3 rule ranges are equal. | 38 3 rule ranges are equal. |
| 39 5 rule ranges are equal. | 39 5 rule ranges are equal. |
| 40 | 40 |
| OLD | NEW |