| OLD | NEW |
| 1 The test verifies functionality of protocol method CSS.setStyleText. | 1 The test verifies functionality of protocol method CSS.setStyleTexts. |
| 2 | 2 |
| 3 ==== Initial style sheet text ==== | 3 ==== Initial style sheet text ==== |
| 4 #test { | 4 #test { |
| 5 box-sizing: border-box; | 5 box-sizing: border-box; |
| 6 } | 6 } |
| 7 | 7 |
| 8 #test { | 8 #test { |
| 9 /* resetting some properties */ | 9 /* resetting some properties */ |
| 10 line-height: 1; | 10 line-height: 1; |
| 11 font-family: "Arial"; | 11 font-family: "Arial"; |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 font-size: 200%; | 361 font-size: 200%; |
| 362 } | 362 } |
| 363 @media (min-width: 1px) | 363 @media (min-width: 1px) |
| 364 *#test* { regular | 364 *#test* { regular |
| 365 } | 365 } |
| 366 Dumping inherited rules: | 366 Dumping inherited rules: |
| 367 | 367 |
| 368 Running test: testSetStyleOfRemovedRule | 368 Running test: testSetStyleOfRemovedRule |
| 369 ERROR: NotFoundError Source range didn't match existing style source range | 369 ERROR: NotFoundError Source range didn't match existing style source range |
| 370 | 370 |
| OLD | NEW |