| OLD | NEW |
| (Empty) | |
| 1 Some red text goes here |
| 2 ==== Initial style sheet text ==== |
| 3 color: red; border: 0px; |
| 4 |
| 5 Running test: testEditProperty |
| 6 === updated STYLE === |
| 7 content: 'EDITED PROPERTY' |
| 8 border: 0px |
| 9 |
| 10 Running test: testBreakingCommentEditProperty |
| 11 Expected protocol error: NotFoundError Rule property edit should not damage more
then one property. |
| 12 |
| 13 Running test: testInsertFirstProperty |
| 14 === updated STYLE === |
| 15 content: 'INSERTED PROPERTY' |
| 16 color: red |
| 17 border: 0px |
| 18 |
| 19 Running test: testInsertLastProperty |
| 20 === updated STYLE === |
| 21 color: red |
| 22 border: 0px |
| 23 content: 'INSERTED PROPERTY' |
| 24 |
| 25 Running test: testInsertMultipleProperties |
| 26 === updated STYLE === |
| 27 color: red |
| 28 content: 'INSERTED #1' |
| 29 content: 'INSERTED #2' |
| 30 border: 0px |
| 31 |
| OLD | NEW |