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 ==== Style sheet text ==== |
| 7 content: 'EDITED PROPERTY'; border: 0px; |
| 8 |
| 9 Running test: testBreakingCommentEditProperty |
| 10 Expected protocol error: SyntaxError The property '/*<--OPENED COMMENT' could no
t be set. |
| 11 |
| 12 Running test: testInsertFirstProperty |
| 13 ==== Style sheet text ==== |
| 14 content: 'INSERTED PROPERTY';color: red; border: 0px; |
| 15 |
| 16 Running test: testInsertMultipleProperties |
| 17 ==== Style sheet text ==== |
| 18 content: 'INSERTED #1';content: 'INSERTED #2'; border: 0px; |
| 19 |
| 20 Running test: testInsertLastProperty |
| 21 ==== Style sheet text ==== |
| 22 color: red; border: 0px;content: 'INSERTED PROPERTY'; |
| 23 |
OLD | NEW |