| OLD | NEW |
| (Empty) |
| 1 Tests that perform-undo-perform of the mergeable action does not crash. | |
| 2 | |
| 3 Initial value | |
| 4 [expanded] | |
| 5 element.style { () | |
| 6 | |
| 7 [expanded] | |
| 8 .container { (perform-undo-pe…-action.html:7 -> perform-undo-perform-of-mergabl
e-action.html:7:1) | |
| 9 font-weight: bold; | |
| 10 | |
| 11 [expanded] | |
| 12 div { (user agent stylesheet) | |
| 13 display: block; | |
| 14 | |
| 15 After changing property | |
| 16 [expanded] | |
| 17 element.style { () | |
| 18 | |
| 19 [expanded] | |
| 20 .container { (perform-undo-pe…-action.html:7 -> perform-undo-perform-of-mergabl
e-action.html:7:1) | |
| 21 font-weight: normal; | |
| 22 | |
| 23 [expanded] | |
| 24 div { (user agent stylesheet) | |
| 25 display: block; | |
| 26 | |
| 27 After undo | |
| 28 [expanded] | |
| 29 element.style { () | |
| 30 | |
| 31 [expanded] | |
| 32 .container { (perform-undo-pe…-action.html:7 -> perform-undo-perform-of-mergabl
e-action.html:7:1) | |
| 33 font-weight: bold; | |
| 34 | |
| 35 [expanded] | |
| 36 div { (user agent stylesheet) | |
| 37 display: block; | |
| 38 | |
| 39 After perform | |
| 40 [expanded] | |
| 41 element.style { () | |
| 42 | |
| 43 [expanded] | |
| 44 .container { (perform-undo-pe…-action.html:7 -> perform-undo-perform-of-mergabl
e-action.html:7:1) | |
| 45 font-weight: normal; | |
| 46 | |
| 47 [expanded] | |
| 48 div { (user agent stylesheet) | |
| 49 display: block; | |
| 50 | |
| 51 | |
| OLD | NEW |