OLD | NEW |
| (Empty) |
1 CONSOLE MESSAGE: line 10: iframe loaded | |
2 Tests that injected user stylesheets are reflected in the Styles pane. | |
3 | |
4 | |
5 Main frame style: | |
6 background-attachment: scroll; | |
7 background-clip: border-box; | |
8 background-color: rgb(0, 0, 255); | |
9 background-image: none; | |
10 background-origin: padding-box; | |
11 background-size: auto; | |
12 -webkit-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQ
CAQAAAC1+jfqAAAAiElEQ…Ms+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAA
AABJRU5ErkJggg==) 100% / 1 / 0px stretch; | |
13 color: rgb(255, 0, 0); | |
14 display: block; | |
15 [expanded] | |
16 element.style { () | |
17 | |
18 [expanded] | |
19 media="screen" (inject-stylesheet.html) | |
20 #main { (inject-stylesheet.html:5 -> inject-stylesheet.html:5:3) | |
21 background: blue; | |
22 background-image: initial; | |
23 background-position-x: initial; | |
24 background-position-y: initial; | |
25 background-size: initial; | |
26 background-repeat-x: initial; | |
27 background-repeat-y: initial; | |
28 background-attachment: initial; | |
29 background-origin: initial; | |
30 background-clip: initial; | |
31 background-color: blue; | |
32 | |
33 [expanded] | |
34 #main { (injected stylesheet) | |
35 color: red; | |
36 -webkit-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAA
AAAQCAQAAAC1+jfqAAAAiElEQ…Ms+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAM
igAAAABJRU5ErkJggg==); | |
37 | |
38 [expanded] | |
39 div { (user agent stylesheet) | |
40 display: block; | |
41 | |
42 iframe style: | |
43 background-attachment: scroll; | |
44 background-clip: border-box; | |
45 background-color: rgb(255, 0, 0); | |
46 background-image: none; | |
47 background-origin: padding-box; | |
48 background-size: auto; | |
49 display: block; | |
50 margin-bottom: 8px; | |
51 margin-left: 8px; | |
52 margin-right: 8px; | |
53 margin-top: 8px; | |
54 [expanded] | |
55 element.style { () | |
56 | |
57 [expanded] | |
58 #iframebody { (injected stylesheet) | |
59 background: red; | |
60 background-image: initial; | |
61 background-position-x: initial; | |
62 background-position-y: initial; | |
63 background-size: initial; | |
64 background-repeat-x: initial; | |
65 background-repeat-y: initial; | |
66 background-attachment: initial; | |
67 background-origin: initial; | |
68 background-clip: initial; | |
69 background-color: red; | |
70 | |
71 [expanded] | |
72 media="screen" (inject-stylesheet-iframe-data.html) | |
73 body { (inject-styleshe…me-data.html:4 -> inject-stylesheet-iframe-data.html:4:
3) | |
74 background: green; | |
75 /-- overloaded --/ background-image: initial; | |
76 /-- overloaded --/ background-position-x: initial; | |
77 /-- overloaded --/ background-position-y: initial; | |
78 /-- overloaded --/ background-size: initial; | |
79 /-- overloaded --/ background-repeat-x: initial; | |
80 /-- overloaded --/ background-repeat-y: initial; | |
81 /-- overloaded --/ background-attachment: initial; | |
82 /-- overloaded --/ background-origin: initial; | |
83 /-- overloaded --/ background-clip: initial; | |
84 /-- overloaded --/ background-color: green; | |
85 | |
86 [expanded] | |
87 body { (user agent stylesheet) | |
88 display: block; | |
89 margin: 8px; | |
90 margin-top: 8px; | |
91 margin-right: 8px; | |
92 margin-bottom: 8px; | |
93 margin-left: 8px; | |
94 | |
95 | |
OLD | NEW |