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

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

Issue 1315723004: DevTools: [CSSP] put -webkit properties to the end of the list. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase tests Created 5 years, 3 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 | Annotate | Revision Log
OLDNEW
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 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 7 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
8 background-clip: border-box 8 background-clip: border-box
9 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 9 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
10 background-color: rgb(0, 0, 255) 10 background-color: rgb(0, 0, 255)
11 blue - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 11 blue - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
12 background-image: none 12 background-image: none
13 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 13 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
14 background-origin: padding-box 14 background-origin: padding-box
15 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 15 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
16 background-size: auto 16 background-size: auto
17 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 17 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
18 -webkit-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQ CAQAAAC1+jfqAAAAiElEQ…Ms+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAA AABJRU5ErkJggg==) 100% / 1 / 0px stretch
19 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAiE lEQ…Ms+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAAAABJRU5ErkJggg==) - #main injected stylesheet
20 color: rgb(255, 0, 0) 18 color: rgb(255, 0, 0)
21 red - #main injected stylesheet 19 red - #main injected stylesheet
22 display: block 20 display: block
23 block - div user agent stylesheet 21 block - div user agent stylesheet
22 -webkit-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQ CAQAAAC1+jfqAAAAiElEQ…Ms+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAA AABJRU5ErkJggg==) 100% / 1 / 0px stretch
23 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAiE lEQ…Ms+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAAAABJRU5ErkJggg==) - #main injected stylesheet
24 [expanded] 24 [expanded]
25 element.style { () 25 element.style { ()
26 26
27 [expanded] 27 [expanded]
28 media="screen" (inject-stylesheet.html) 28 media="screen" (inject-stylesheet.html)
29 #main { (inject-stylesheet.html:5 -> inject-stylesheet.html:5:3) 29 #main { (inject-stylesheet.html:5 -> inject-stylesheet.html:5:3)
30 background: blue; 30 background: blue;
31 background-image: initial; 31 background-image: initial;
32 background-position-x: initial; 32 background-position-x: initial;
33 background-position-y: initial; 33 background-position-y: initial;
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 [expanded] 112 [expanded]
113 body { (user agent stylesheet) 113 body { (user agent stylesheet)
114 display: block; 114 display: block;
115 margin: 8px; 115 margin: 8px;
116 margin-top: 8px; 116 margin-top: 8px;
117 margin-right: 8px; 117 margin-right: 8px;
118 margin-bottom: 8px; 118 margin-bottom: 8px;
119 margin-left: 8px; 119 margin-left: 8px;
120 120
121 121
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698