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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt

Issue 16357011: Remove support for -webkit-color-correction (which we've never supported on (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: resolve merge conflicts, obey brace style changes Created 7 years, 6 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 Attributes that are exposed in the CSS computed style object: 1 Attributes that are exposed in the CSS computed style object:
2 2
3 background-attachment: scroll; 3 background-attachment: scroll;
4 background-clip: border-box; 4 background-clip: border-box;
5 background-color: rgba(0, 0, 0, 0); 5 background-color: rgba(0, 0, 0, 0);
6 background-image: none; 6 background-image: none;
7 background-origin: padding-box; 7 background-origin: padding-box;
8 background-position: 0% 0%; 8 background-position: 0% 0%;
9 background-repeat: repeat; 9 background-repeat: repeat;
10 background-size: auto; 10 background-size: auto;
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 -webkit-box-decoration-break: slice; 124 -webkit-box-decoration-break: slice;
125 -webkit-box-direction: normal; 125 -webkit-box-direction: normal;
126 -webkit-box-flex: 0; 126 -webkit-box-flex: 0;
127 -webkit-box-flex-group: 1; 127 -webkit-box-flex-group: 1;
128 -webkit-box-lines: single; 128 -webkit-box-lines: single;
129 -webkit-box-ordinal-group: 1; 129 -webkit-box-ordinal-group: 1;
130 -webkit-box-orient: horizontal; 130 -webkit-box-orient: horizontal;
131 -webkit-box-pack: start; 131 -webkit-box-pack: start;
132 -webkit-box-reflect: none; 132 -webkit-box-reflect: none;
133 -webkit-box-shadow: none; 133 -webkit-box-shadow: none;
134 -webkit-color-correction: default;
135 -webkit-column-break-after: auto; 134 -webkit-column-break-after: auto;
136 -webkit-column-break-before: auto; 135 -webkit-column-break-before: auto;
137 -webkit-column-break-inside: auto; 136 -webkit-column-break-inside: auto;
138 -webkit-column-axis: auto; 137 -webkit-column-axis: auto;
139 -webkit-column-count: auto; 138 -webkit-column-count: auto;
140 -webkit-column-gap: normal; 139 -webkit-column-gap: normal;
141 -webkit-column-rule-color: rgb(0, 0, 0); 140 -webkit-column-rule-color: rgb(0, 0, 0);
142 -webkit-column-rule-style: none; 141 -webkit-column-rule-style: none;
143 -webkit-column-rule-width: 0px; 142 -webkit-column-rule-width: 0px;
144 -webkit-column-span: none; 143 -webkit-column-span: none;
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 249
251 Other attributes that the computed style class supports: 250 Other attributes that the computed style class supports:
252 251
253 background-position-x: 0%; 252 background-position-x: 0%;
254 background-position-y: 0%; 253 background-position-y: 0%;
255 border-spacing: 0px 0px; 254 border-spacing: 0px 0px;
256 overflow: visible; 255 overflow: visible;
257 -webkit-mask-position-x: 0%; 256 -webkit-mask-position-x: 0%;
258 -webkit-mask-position-y: 0%; 257 -webkit-mask-position-y: 0%;
259 258
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698