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

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

Issue 1099483002: Use alias_for with trivial property aliases (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@alias
Patch Set: rebase a couple of tests Created 5 years, 8 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 zoom: 1; 108 zoom: 1;
109 -webkit-animation-delay: 0s; 109 -webkit-animation-delay: 0s;
110 -webkit-animation-direction: normal; 110 -webkit-animation-direction: normal;
111 -webkit-animation-duration: 0s; 111 -webkit-animation-duration: 0s;
112 -webkit-animation-fill-mode: none; 112 -webkit-animation-fill-mode: none;
113 -webkit-animation-iteration-count: 1; 113 -webkit-animation-iteration-count: 1;
114 -webkit-animation-name: none; 114 -webkit-animation-name: none;
115 -webkit-animation-play-state: running; 115 -webkit-animation-play-state: running;
116 -webkit-animation-timing-function: ease; 116 -webkit-animation-timing-function: ease;
117 -webkit-appearance: none; 117 -webkit-appearance: none;
118 -webkit-backface-visibility: visible;
119 -webkit-background-clip: border-box; 118 -webkit-background-clip: border-box;
120 -webkit-background-composite: source-over; 119 -webkit-background-composite: source-over;
121 -webkit-background-origin: padding-box; 120 -webkit-background-origin: padding-box;
122 -webkit-background-size: auto; 121 -webkit-background-size: auto;
123 -webkit-border-horizontal-spacing: 0px; 122 -webkit-border-horizontal-spacing: 0px;
124 -webkit-border-image: none; 123 -webkit-border-image: none;
125 -webkit-border-vertical-spacing: 0px; 124 -webkit-border-vertical-spacing: 0px;
126 -webkit-box-align: stretch; 125 -webkit-box-align: stretch;
127 -webkit-box-decoration-break: slice; 126 -webkit-box-decoration-break: slice;
128 -webkit-box-direction: normal; 127 -webkit-box-direction: normal;
129 -webkit-box-flex: 0; 128 -webkit-box-flex: 0;
130 -webkit-box-flex-group: 1; 129 -webkit-box-flex-group: 1;
131 -webkit-box-lines: single; 130 -webkit-box-lines: single;
132 -webkit-box-ordinal-group: 1; 131 -webkit-box-ordinal-group: 1;
133 -webkit-box-orient: horizontal; 132 -webkit-box-orient: horizontal;
134 -webkit-box-pack: start; 133 -webkit-box-pack: start;
135 -webkit-box-reflect: none; 134 -webkit-box-reflect: none;
136 -webkit-box-shadow: none;
137 -webkit-column-break-after: auto; 135 -webkit-column-break-after: auto;
138 -webkit-column-break-before: auto; 136 -webkit-column-break-before: auto;
139 -webkit-column-break-inside: auto; 137 -webkit-column-break-inside: auto;
140 -webkit-column-count: auto; 138 -webkit-column-count: auto;
141 -webkit-column-gap: normal; 139 -webkit-column-gap: normal;
142 -webkit-column-rule-color: rgb(0, 0, 0); 140 -webkit-column-rule-color: rgb(0, 0, 0);
143 -webkit-column-rule-style: none; 141 -webkit-column-rule-style: none;
144 -webkit-column-rule-width: 0px; 142 -webkit-column-rule-width: 0px;
145 -webkit-column-span: none; 143 -webkit-column-span: none;
146 -webkit-column-width: auto; 144 -webkit-column-width: auto;
(...skipping 20 matching lines...) Expand all
167 -webkit-mask-box-image-width: auto; 165 -webkit-mask-box-image-width: auto;
168 -webkit-mask-clip: border-box; 166 -webkit-mask-clip: border-box;
169 -webkit-mask-composite: source-over; 167 -webkit-mask-composite: source-over;
170 -webkit-mask-image: none; 168 -webkit-mask-image: none;
171 -webkit-mask-origin: border-box; 169 -webkit-mask-origin: border-box;
172 -webkit-mask-position: 0% 0%; 170 -webkit-mask-position: 0% 0%;
173 -webkit-mask-repeat: repeat; 171 -webkit-mask-repeat: repeat;
174 -webkit-mask-size: auto; 172 -webkit-mask-size: auto;
175 order: 0; 173 order: 0;
176 -webkit-perspective: none; 174 -webkit-perspective: none;
177 -webkit-perspective-origin: 392px 288px;
178 -webkit-print-color-adjust: economy; 175 -webkit-print-color-adjust: economy;
179 -webkit-rtl-ordering: logical; 176 -webkit-rtl-ordering: logical;
180 -webkit-text-combine: none; 177 -webkit-text-combine: none;
181 -webkit-text-decorations-in-effect: none; 178 -webkit-text-decorations-in-effect: none;
182 -webkit-text-emphasis-color: rgb(0, 0, 0); 179 -webkit-text-emphasis-color: rgb(0, 0, 0);
183 -webkit-text-emphasis-position: over; 180 -webkit-text-emphasis-position: over;
184 -webkit-text-emphasis-style: none; 181 -webkit-text-emphasis-style: none;
185 -webkit-text-fill-color: rgb(0, 0, 0); 182 -webkit-text-fill-color: rgb(0, 0, 0);
186 -webkit-text-orientation: vertical-right; 183 -webkit-text-orientation: vertical-right;
187 -webkit-text-security: none; 184 -webkit-text-security: none;
188 -webkit-text-stroke-color: rgb(0, 0, 0); 185 -webkit-text-stroke-color: rgb(0, 0, 0);
189 -webkit-text-stroke-width: 0px; 186 -webkit-text-stroke-width: 0px;
190 -webkit-transform: none; 187 -webkit-transform: none;
191 -webkit-transform-origin: 392px 288px;
192 -webkit-transform-style: flat;
193 -webkit-transition-delay: 0s; 188 -webkit-transition-delay: 0s;
194 -webkit-transition-duration: 0s; 189 -webkit-transition-duration: 0s;
195 -webkit-transition-property: all; 190 -webkit-transition-property: all;
196 -webkit-transition-timing-function: ease; 191 -webkit-transition-timing-function: ease;
197 -webkit-user-drag: auto; 192 -webkit-user-drag: auto;
198 -webkit-user-modify: read-only; 193 -webkit-user-modify: read-only;
199 -webkit-user-select: text; 194 -webkit-user-select: text;
200 -webkit-writing-mode: horizontal-tb; 195 -webkit-writing-mode: horizontal-tb;
201 clip-path: none; 196 clip-path: none;
202 clip-rule: nonzero; 197 clip-rule: nonzero;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 231
237 Other attributes that the computed style class supports: 232 Other attributes that the computed style class supports:
238 233
239 background-position-x: 0%; 234 background-position-x: 0%;
240 background-position-y: 0%; 235 background-position-y: 0%;
241 border-spacing: 0px 0px; 236 border-spacing: 0px 0px;
242 overflow: visible; 237 overflow: visible;
243 -webkit-mask-position-x: 0%; 238 -webkit-mask-position-x: 0%;
244 -webkit-mask-position-y: 0%; 239 -webkit-mask-position-y: 0%;
245 240
OLDNEW
« no previous file with comments | « no previous file | 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