| OLD | NEW |
| 1 CONSOLE WARNING: Elements using the 'border-image' CSS property with no 'border-
style' set should have no border, but currently do. Setting 'border-style' will
be required in M51, around June 2016. See https://www.chromestatus.com/features/
5542503914668032 for more details. | 1 CONSOLE WARNING: Elements using the 'border-image' CSS property with no 'border-
style' set should have no border, but currently do. Setting 'border-style' will
be required in M51, around May 2016. See https://www.chromestatus.com/features/5
542503914668032 for more details. |
| 2 CONSOLE MESSAGE: line 10: iframe loaded | 2 CONSOLE MESSAGE: line 10: iframe loaded |
| 3 Tests that injected user stylesheets are reflected in the Styles pane. | 3 Tests that injected user stylesheets are reflected in the Styles pane. |
| 4 | 4 |
| 5 | 5 |
| 6 Main frame style: | 6 Main frame style: |
| 7 background-attachment: scroll; | 7 background-attachment: scroll; |
| 8 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 | 8 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 |
| 9 background-clip: border-box; | 9 background-clip: border-box; |
| 10 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 | 10 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 |
| 11 background-color: rgb(0, 0, 255); | 11 background-color: rgb(0, 0, 255); |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 [expanded] | 111 [expanded] |
| 112 body { (user agent stylesheet) | 112 body { (user agent stylesheet) |
| 113 display: block; | 113 display: block; |
| 114 margin: 8px; | 114 margin: 8px; |
| 115 margin-top: 8px; | 115 margin-top: 8px; |
| 116 margin-right: 8px; | 116 margin-right: 8px; |
| 117 margin-bottom: 8px; | 117 margin-bottom: 8px; |
| 118 margin-left: 8px; | 118 margin-left: 8px; |
| 119 | 119 |
| 120 | 120 |
| OLD | NEW |