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

Side by Side Diff: LayoutTests/inspector/styles/styles-new-API-expected.txt

Issue 132803013: DevTools: [CSS] setStyleSheetText to work with inline stylesheets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address @apavlov comments Created 6 years, 10 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 Tests that InspectorCSSAgent API methods work as expected. 1 Tests that InspectorCSSAgent API methods work as expected.
2 2
3 H1 3 H1
4 4
5 5
6 === Computed style property count for body === 6 === Computed style property count for body ===
7 OK 7 OK
8 8
9 === Matched rules for body === 9 === Matched rules for body ===
10 body: [user-agent] { 10 body: [user-agent] {
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 === Computed style property count for TextNode === 140 === Computed style property count for TextNode ===
141 OK 141 OK
142 142
143 === Attributes style for table === 143 === Attributes style for table ===
144 ['width':'50%'] @[undefined-undefined] style 144 ['width':'50%'] @[undefined-undefined] style
145 145
146 === Stylesheet-for-inline-style text === 146 === Stylesheet-for-inline-style text ===
147 147
148 148
149 === Stylesheet-for-inline-style modification result === 149 === Stylesheet-for-inline-style modification result ===
150 NotSupportedError 150 null
151 151
152 === All stylesheets === 152 === All stylesheets ===
153 153
154 StyleSheet: '@import url(styles-new-API-2.css); 154 StyleSheet: '@import url(styles-new-API-2.css);
155 155
156 @page { margin: 2cm } /* All margins set to 2cm */ 156 @page { margin: 2cm } /* All margins set to 2cm */
157 157
158 @page :first { 158 @page :first {
159 margin-top: 10cm /* Top margin on first page 10cm */ 159 margin-top: 10cm /* Top margin on first page 10cm */
160 } 160 }
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 ['border-top-color':'initial'] @[undefined-undefined] style 503 ['border-top-color':'initial'] @[undefined-undefined] style
504 ['border-right-color':'initial'] @[undefined-undefined] style 504 ['border-right-color':'initial'] @[undefined-undefined] style
505 ['border-bottom-color':'initial'] @[undefined-undefined] style 505 ['border-bottom-color':'initial'] @[undefined-undefined] style
506 ['border-left-color':'initial'] @[undefined-undefined] style 506 ['border-left-color':'initial'] @[undefined-undefined] style
507 ['border-image-source':'initial'] @[undefined-undefined] style 507 ['border-image-source':'initial'] @[undefined-undefined] style
508 ['border-image-slice':'initial'] @[undefined-undefined] style 508 ['border-image-slice':'initial'] @[undefined-undefined] style
509 ['border-image-width':'initial'] @[undefined-undefined] style 509 ['border-image-width':'initial'] @[undefined-undefined] style
510 ['border-image-outset':'initial'] @[undefined-undefined] style 510 ['border-image-outset':'initial'] @[undefined-undefined] style
511 ['border-image-repeat':'initial'] @[undefined-undefined] style 511 ['border-image-repeat':'initial'] @[undefined-undefined] style
512 512
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698