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

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

Issue 22405003: Revert "[css3-text] Implement text-decoration property shorthand" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 ['background-position-x':'initial' is-important] @[undefined-undefined] styl e 44 ['background-position-x':'initial' is-important] @[undefined-undefined] styl e
45 ['background-position-y':'initial' is-important] @[undefined-undefined] styl e 45 ['background-position-y':'initial' is-important] @[undefined-undefined] styl e
46 ['background-origin':'initial' is-important] @[undefined-undefined] style 46 ['background-origin':'initial' is-important] @[undefined-undefined] style
47 ['background-clip':'initial' is-important] @[undefined-undefined] style 47 ['background-clip':'initial' is-important] @[undefined-undefined] style
48 ['background-color':'green' is-important] @[undefined-undefined] style 48 ['background-color':'green' is-important] @[undefined-undefined] style
49 ['background-size':'initial' is-important] @[undefined-undefined] style 49 ['background-size':'initial' is-important] @[undefined-undefined] style
50 } 50 }
51 body.mainpage: [regular, 3:0-3:13] { 51 body.mainpage: [regular, 3:0-3:13] {
52 ['text-decoration':'none'] @[4:4-4:26] active 52 ['text-decoration':'none'] @[4:4-4:26] active
53 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] active 53 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] active
54 ['text-decoration-line':'none'] @[undefined-undefined] style
55 ['text-decoration-style':'initial'] @[undefined-undefined] style
56 ['text-decoration-color':'initial'] @[undefined-undefined] style
57 } 54 }
58 body.mainpage: [regular, 8:0-8:13] { 55 body.mainpage: [regular, 8:0-8:13] {
59 ['prop1':'val1' non-parsed] @[9:4-9:16] active 56 ['prop1':'val1' non-parsed] @[9:4-9:16] active
60 ['prop2':'val2' non-parsed] @[10:4-10:16] active 57 ['prop2':'val2' non-parsed] @[10:4-10:16] active
61 } 58 }
62 59
63 === Pseudo rules for body === 60 === Pseudo rules for body ===
64 PseudoId=4 61 PseudoId=4
65 body::after: [regular, 26:0-26:11] { 62 body::after: [regular, 26:0-26:11] {
66 ['content':'"After body"'] @[27:4-27:26] active 63 ['content':'"After body"'] @[27:4-27:26] active
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 ['background-position-x':'initial' is-important] @[undefined-undefined] styl e 115 ['background-position-x':'initial' is-important] @[undefined-undefined] styl e
119 ['background-position-y':'initial' is-important] @[undefined-undefined] styl e 116 ['background-position-y':'initial' is-important] @[undefined-undefined] styl e
120 ['background-origin':'initial' is-important] @[undefined-undefined] style 117 ['background-origin':'initial' is-important] @[undefined-undefined] style
121 ['background-clip':'initial' is-important] @[undefined-undefined] style 118 ['background-clip':'initial' is-important] @[undefined-undefined] style
122 ['background-color':'green' is-important] @[undefined-undefined] style 119 ['background-color':'green' is-important] @[undefined-undefined] style
123 ['background-size':'initial' is-important] @[undefined-undefined] style 120 ['background-size':'initial' is-important] @[undefined-undefined] style
124 } 121 }
125 body.mainpage: [regular, 3:0-3:13] { 122 body.mainpage: [regular, 3:0-3:13] {
126 ['text-decoration':'none'] @[4:4-4:26] active 123 ['text-decoration':'none'] @[4:4-4:26] active
127 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] active 124 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] active
128 ['text-decoration-line':'none'] @[undefined-undefined] style
129 ['text-decoration-style':'initial'] @[undefined-undefined] style
130 ['text-decoration-color':'initial'] @[undefined-undefined] style
131 } 125 }
132 body.mainpage: [regular, 8:0-8:13] { 126 body.mainpage: [regular, 8:0-8:13] {
133 ['prop1':'val1' non-parsed] @[9:4-9:16] active 127 ['prop1':'val1' non-parsed] @[9:4-9:16] active
134 ['prop2':'val2' non-parsed] @[10:4-10:16] active 128 ['prop2':'val2' non-parsed] @[10:4-10:16] active
135 } 129 }
136 body:hover: [regular, 13:0-13:10] { 130 body:hover: [regular, 13:0-13:10] {
137 ['color':'#CDE'] @[14:2-14:14] active 131 ['color':'#CDE'] @[14:2-14:14] active
138 } 132 }
139 133
140 === Attributes style for table === 134 === Attributes style for table ===
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 prop2: val2; 315 prop2: val2;
322 } 316 }
323 317
324 body:hover { 318 body:hover {
325 color: #CDE; 319 color: #CDE;
326 } 320 }
327 ' 321 '
328 body.mainpage: [regular, 3:0-3:13] { 322 body.mainpage: [regular, 3:0-3:13] {
329 ['text-decoration':'none'] @[4:4-4:26] active 323 ['text-decoration':'none'] @[4:4-4:26] active
330 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] active 324 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] active
331 ['text-decoration-line':'none'] @[undefined-undefined] style
332 ['text-decoration-style':'initial'] @[undefined-undefined] style
333 ['text-decoration-color':'initial'] @[undefined-undefined] style
334 } 325 }
335 body.mainpage: [regular, 8:0-8:13] { 326 body.mainpage: [regular, 8:0-8:13] {
336 ['prop1':'val1' non-parsed] @[9:4-9:16] active 327 ['prop1':'val1' non-parsed] @[9:4-9:16] active
337 ['prop2':'val2' non-parsed] @[10:4-10:16] active 328 ['prop2':'val2' non-parsed] @[10:4-10:16] active
338 } 329 }
339 body:hover: [regular, 13:0-13:10] { 330 body:hover: [regular, 13:0-13:10] {
340 ['color':'#CDE'] @[14:2-14:14] active 331 ['color':'#CDE'] @[14:2-14:14] active
341 } 332 }
342 333
343 === Last stylesheet patched === 334 === Last stylesheet patched ===
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 ['border-top-color':'initial'] @[undefined-undefined] style 488 ['border-top-color':'initial'] @[undefined-undefined] style
498 ['border-right-color':'initial'] @[undefined-undefined] style 489 ['border-right-color':'initial'] @[undefined-undefined] style
499 ['border-bottom-color':'initial'] @[undefined-undefined] style 490 ['border-bottom-color':'initial'] @[undefined-undefined] style
500 ['border-left-color':'initial'] @[undefined-undefined] style 491 ['border-left-color':'initial'] @[undefined-undefined] style
501 ['border-image-source':'initial'] @[undefined-undefined] style 492 ['border-image-source':'initial'] @[undefined-undefined] style
502 ['border-image-slice':'initial'] @[undefined-undefined] style 493 ['border-image-slice':'initial'] @[undefined-undefined] style
503 ['border-image-width':'initial'] @[undefined-undefined] style 494 ['border-image-width':'initial'] @[undefined-undefined] style
504 ['border-image-outset':'initial'] @[undefined-undefined] style 495 ['border-image-outset':'initial'] @[undefined-undefined] style
505 ['border-image-repeat':'initial'] @[undefined-undefined] style 496 ['border-image-repeat':'initial'] @[undefined-undefined] style
506 497
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698