| OLD | NEW |
| 1 The test verifies functionality of protocol method CSS.setStyleText. | 1 The test verifies functionality of protocol method CSS.setStyleText. |
| 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; |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 } | 209 } |
| 210 @media (min-width: 1px) | 210 @media (min-width: 1px) |
| 211 *#test* { regular | 211 *#test* { regular |
| 212 font-size: 200%; | 212 font-size: 200%; |
| 213 } | 213 } |
| 214 @media (min-width: 1px) | 214 @media (min-width: 1px) |
| 215 *#test* { regular | 215 *#test* { regular |
| 216 } | 216 } |
| 217 Dumping inherited rules: | 217 Dumping inherited rules: |
| 218 | 218 |
| 219 Running test: testSetStyleOfRemovedRule |
| 220 ERROR: NotFoundError Source range didn't match existing style source range |
| 221 |
| OLD | NEW |