| OLD | NEW |
| (Empty) | |
| 1 The test verifies functionality of protocol method CSS.setStyleText for inline e
lements. |
| 2 |
| 3 ==== Initial style sheet text ==== |
| 4 color: red; |
| 5 |
| 6 Running test: testBasicSetStyle |
| 7 ==== Style sheet text ==== |
| 8 content: 'EDITED' |
| 9 Stylesheet text: content: 'EDITED' |
| 10 |
| 11 Running test: testSetStylePoorContent |
| 12 Expected protocol error: SyntaxError Style text is not valid. |
| 13 Stylesheet text: color: red; |
| 14 |
| 15 Running test: testDeleteStyleBody |
| 16 ==== Style sheet text ==== |
| 17 |
| 18 Stylesheet text: |
| 19 |
| 20 Running test: testSetStyleOpenComment |
| 21 Expected protocol error: SyntaxError Style text is not valid. |
| 22 Stylesheet text: color: red; |
| 23 |
| OLD | NEW |