Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Tests that editing sourcecode which is referred by multiple stylesheets (via sou rceURL comment) updates all stylesheets. | 1 Tests that editing sourcecode which is referred by multiple stylesheets (via sou rceURL comment) updates all stylesheets. |
| 2 | 2 |
| 3 Inspected node | 3 Inspected node |
| 4 [expanded] | |
| 5 element.style { () | |
| 6 | 4 |
| 7 [expanded] | 5 Headers count: 3 |
| 8 #inspected { (stylesheet.css:2 -> stylesheet.css:2:13) | |
| 9 font-size: 2em; | |
| 10 | 6 |
| 11 [expanded] | 7 Running: Make edits with Sources Panel |
| 12 #inspected { (stylesheet.css:2 -> stylesheet.css:2:13) | 8 Both headers and uiSourceCode content: |
|
dgozman
2017/05/17 16:46:19
Nice test! I was about to ask for one :-)
| |
| 13 /-- overloaded --/ font-size: 2em; | 9 div{color:EDITED;} |
| 14 | |
| 15 [expanded] | |
| 16 #inspected { (stylesheet.css:2 -> stylesheet.css:2:13) | |
| 17 /-- overloaded --/ font-size: 2em; | |
| 18 | |
| 19 [expanded] | |
| 20 div { (user agent stylesheet) | |
| 21 display: block; | |
| 22 | 10 |
| 23 | 11 |
| 12 Running: Make edits via css model | |
| 13 Both headers and uiSourceCode content: | |
| 14 * { --foo: "bar" } | |
| 15 | |
| OLD | NEW |