Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Side by Side Diff: LayoutTests/inspector/elements/styles/inject-stylesheet-expected.txt

Issue 1002293002: DevTools: [SSP] refactor internal representations of sections (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 9: iframe loaded 1 CONSOLE MESSAGE: line 9: 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 -webkit-background-clip: border-box; 6 -webkit-background-clip: border-box;
7 -webkit-background-origin: padding-box; 7 -webkit-background-origin: padding-box;
8 -webkit-background-size: auto; 8 -webkit-background-size: auto;
9 -webkit-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQ CAQAAAC1+jfqAAAAiElEQ…Ms+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAA AABJRU5ErkJggg==) 100% / 1 / 0px stretch; 9 -webkit-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQ CAQAAAC1+jfqAAAAiElEQ…Ms+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAA AABJRU5ErkJggg==) 100% / 1 / 0px stretch;
10 background-attachment: scroll; 10 background-attachment: scroll;
(...skipping 24 matching lines...) Expand all
35 35
36 [expanded] 36 [expanded]
37 #main { (injected stylesheet) 37 #main { (injected stylesheet)
38 color: red; 38 color: red;
39 -webkit-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAA AQCAQAAAC1+jfqAAAAiElEQ…Ms+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMig AAAABJRU5ErkJggg==); 39 -webkit-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAA AQCAQAAAC1+jfqAAAAiElEQ…Ms+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMig AAAABJRU5ErkJggg==);
40 40
41 [expanded] 41 [expanded]
42 div { (user agent stylesheet) 42 div { (user agent stylesheet)
43 display: block; 43 display: block;
44 44
45
46 iframe style: 45 iframe style:
47 -webkit-background-clip: border-box; 46 -webkit-background-clip: border-box;
48 -webkit-background-origin: padding-box; 47 -webkit-background-origin: padding-box;
49 -webkit-background-size: auto; 48 -webkit-background-size: auto;
50 background-attachment: scroll; 49 background-attachment: scroll;
51 background-clip: border-box; 50 background-clip: border-box;
52 background-color: rgb(255, 0, 0); 51 background-color: rgb(255, 0, 0);
53 background-image: none; 52 background-image: none;
54 background-origin: padding-box; 53 background-origin: padding-box;
55 background-size: auto; 54 background-size: auto;
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 [expanded] 92 [expanded]
94 body { (user agent stylesheet) 93 body { (user agent stylesheet)
95 display: block; 94 display: block;
96 margin: 8px; 95 margin: 8px;
97 margin-top: 8px; 96 margin-top: 8px;
98 margin-right: 8px; 97 margin-right: 8px;
99 margin-bottom: 8px; 98 margin-bottom: 8px;
100 margin-left: 8px; 99 margin-left: 8px;
101 100
102 101
103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698