| OLD | NEW |
| 1 CONSOLE MESSAGE: "/*@ sourceMapURL=" source mapping URL declaration is deprecate
d, "/*# sourceMapURL=" declaration should be used instead. |
| 2 CONSOLE MESSAGE: "/*@ sourceMapURL=" source mapping URL declaration is deprecate
d, "/*# sourceMapURL=" declaration should be used instead. |
| 1 Tests that selector line is computed correctly regardless of its start column. B
ug 110732. | 3 Tests that selector line is computed correctly regardless of its start column. B
ug 110732. |
| 2 | 4 |
| 3 Text | 5 Text |
| 4 Page reloaded. | 6 Page reloaded. |
| 5 [expanded] | 7 [expanded] |
| 6 element.style { () | 8 element.style { () |
| 7 | 9 |
| 8 ======== Matched CSS Rules ======== | 10 ======== Matched CSS Rules ======== |
| 9 [expanded] | 11 [expanded] |
| 10 #container #inspected { (selector-line.scss:4 -> selector-line.scss:4:5) | 12 #container #inspected { (selector-line.scss:4 -> selector-line.scss:4:5) |
| 11 color: green; | 13 color: green; |
| 12 | 14 |
| 13 [expanded] | 15 [expanded] |
| 14 #inspected { (selector-line.html:4 -> selector-line.html:4:1) | 16 #inspected { (selector-line-deprecated.html:4 -> selector-line-deprecated.html:
4:1) |
| 15 /-- overloaded --/ color: green; | 17 /-- overloaded --/ color: green; |
| 16 | 18 |
| 17 [expanded] | 19 [expanded] |
| 18 div { (user agent stylesheet) | 20 div { (user agent stylesheet) |
| 19 display: block; | 21 display: block; |
| 20 | 22 |
| 21 | 23 |
| 22 | 24 |
| OLD | NEW |