OLD | NEW |
1 CONSOLE MESSAGE: line 10: iframe loaded | 1 CONSOLE MESSAGE: line 10: iframe loaded |
2 Tests that injected user stylesheets are reflected in the Styles pane. | 2 Tests that injected user stylesheets are reflected in the Styles pane. |
3 | 3 |
4 | 4 |
5 Main frame style: | 5 Main frame style: |
6 background-attachment: scroll; | 6 background-attachment: scroll; |
7 background-clip: border-box; | 7 background-clip: border-box; |
8 background-color: rgb(0, 0, 255); | 8 background-color: rgb(0, 0, 255); |
9 background-image: none; | 9 background-image: none; |
10 background-origin: padding-box; | 10 background-origin: padding-box; |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 [expanded] | 86 [expanded] |
87 body { (user agent stylesheet) | 87 body { (user agent stylesheet) |
88 display: block; | 88 display: block; |
89 margin: 8px; | 89 margin: 8px; |
90 margin-top: 8px; | 90 margin-top: 8px; |
91 margin-right: 8px; | 91 margin-right: 8px; |
92 margin-bottom: 8px; | 92 margin-bottom: 8px; |
93 margin-left: 8px; | 93 margin-left: 8px; |
94 | 94 |
95 | 95 |
OLD | NEW |