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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/resources/property-names.js

Issue 15758002: Unprefix Flexbox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased 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 | Annotate | Revision Log
OLDNEW
1 // We only test properties that are exposed in all ports. 1 // We only test properties that are exposed in all ports.
2 var propertiesToTest = { 2 var propertiesToTest = {
3 "-webkit-align-content": true,
4 "-webkit-align-items": true,
5 "-webkit-align-self": true,
6 "-webkit-animation-delay": true, 3 "-webkit-animation-delay": true,
7 "-webkit-animation-direction": true, 4 "-webkit-animation-direction": true,
8 "-webkit-animation-duration": true, 5 "-webkit-animation-duration": true,
9 "-webkit-animation-fill-mode": true, 6 "-webkit-animation-fill-mode": true,
10 "-webkit-animation-iteration-count": true, 7 "-webkit-animation-iteration-count": true,
11 "-webkit-animation-name": true, 8 "-webkit-animation-name": true,
12 "-webkit-animation-play-state": true, 9 "-webkit-animation-play-state": true,
13 "-webkit-animation-timing-function": true, 10 "-webkit-animation-timing-function": true,
14 "-webkit-appearance": true, 11 "-webkit-appearance": true,
15 "-webkit-backface-visibility": true, 12 "-webkit-backface-visibility": true,
(...skipping 21 matching lines...) Expand all
37 "-webkit-column-break-after": true, 34 "-webkit-column-break-after": true,
38 "-webkit-column-break-before": true, 35 "-webkit-column-break-before": true,
39 "-webkit-column-break-inside": true, 36 "-webkit-column-break-inside": true,
40 "-webkit-column-count": true, 37 "-webkit-column-count": true,
41 "-webkit-column-gap": true, 38 "-webkit-column-gap": true,
42 "-webkit-column-rule-color": true, 39 "-webkit-column-rule-color": true,
43 "-webkit-column-rule-style": true, 40 "-webkit-column-rule-style": true,
44 "-webkit-column-rule-width": true, 41 "-webkit-column-rule-width": true,
45 "-webkit-column-span": true, 42 "-webkit-column-span": true,
46 "-webkit-column-width": true, 43 "-webkit-column-width": true,
47 "-webkit-flex-direction": true,
48 "-webkit-flex-wrap": true,
49 "-webkit-font-kerning": true, 44 "-webkit-font-kerning": true,
50 "-webkit-font-smoothing": true, 45 "-webkit-font-smoothing": true,
51 "-webkit-font-variant-ligatures": true, 46 "-webkit-font-variant-ligatures": true,
52 "-webkit-grid-column": true, 47 "-webkit-grid-column": true,
53 "-webkit-grid-row": true, 48 "-webkit-grid-row": true,
54 "-webkit-highlight": true, 49 "-webkit-highlight": true,
55 "-webkit-hyphenate-character": true, 50 "-webkit-hyphenate-character": true,
56 "-webkit-hyphenate-limit-after": true, 51 "-webkit-hyphenate-limit-after": true,
57 "-webkit-hyphenate-limit-before": true, 52 "-webkit-hyphenate-limit-before": true,
58 "-webkit-hyphenate-limit-lines": true, 53 "-webkit-hyphenate-limit-lines": true,
59 "-webkit-hyphens": true, 54 "-webkit-hyphens": true,
60 "-webkit-justify-content": true,
61 "-webkit-line-align": true, 55 "-webkit-line-align": true,
62 "-webkit-line-box-contain": true, 56 "-webkit-line-box-contain": true,
63 "-webkit-line-break": true, 57 "-webkit-line-break": true,
64 "-webkit-line-clamp": true, 58 "-webkit-line-clamp": true,
65 "-webkit-line-grid": true, 59 "-webkit-line-grid": true,
66 "-webkit-line-snap": true, 60 "-webkit-line-snap": true,
67 "-webkit-locale": true, 61 "-webkit-locale": true,
68 "-webkit-margin-after-collapse": true, 62 "-webkit-margin-after-collapse": true,
69 "-webkit-margin-before-collapse": true, 63 "-webkit-margin-before-collapse": true,
70 "-webkit-marquee-direction": true, 64 "-webkit-marquee-direction": true,
71 "-webkit-marquee-increment": true, 65 "-webkit-marquee-increment": true,
72 "-webkit-marquee-repetition": true, 66 "-webkit-marquee-repetition": true,
73 "-webkit-marquee-style": true, 67 "-webkit-marquee-style": true,
74 "-webkit-mask-attachment": true, 68 "-webkit-mask-attachment": true,
75 "-webkit-mask-box-image": true, 69 "-webkit-mask-box-image": true,
76 "-webkit-mask-box-image-outset": true, 70 "-webkit-mask-box-image-outset": true,
77 "-webkit-mask-box-image-repeat": true, 71 "-webkit-mask-box-image-repeat": true,
78 "-webkit-mask-box-image-slice": true, 72 "-webkit-mask-box-image-slice": true,
79 "-webkit-mask-box-image-source": true, 73 "-webkit-mask-box-image-source": true,
80 "-webkit-mask-box-image-width": true, 74 "-webkit-mask-box-image-width": true,
81 "-webkit-mask-clip": true, 75 "-webkit-mask-clip": true,
82 "-webkit-mask-composite": true, 76 "-webkit-mask-composite": true,
83 "-webkit-mask-image": true, 77 "-webkit-mask-image": true,
84 "-webkit-mask-origin": true, 78 "-webkit-mask-origin": true,
85 "-webkit-mask-position": true, 79 "-webkit-mask-position": true,
86 "-webkit-mask-repeat": true, 80 "-webkit-mask-repeat": true,
87 "-webkit-mask-size": true, 81 "-webkit-mask-size": true,
88 "-webkit-nbsp-mode": true, 82 "-webkit-nbsp-mode": true,
89 "-webkit-order": true,
90 "-webkit-perspective": true, 83 "-webkit-perspective": true,
91 "-webkit-perspective-origin": true, 84 "-webkit-perspective-origin": true,
92 "-webkit-print-color-adjust": true, 85 "-webkit-print-color-adjust": true,
93 "-webkit-rtl-ordering": true, 86 "-webkit-rtl-ordering": true,
94 "-webkit-svg-shadow": true, 87 "-webkit-svg-shadow": true,
95 "-webkit-text-combine": true, 88 "-webkit-text-combine": true,
96 "-webkit-text-decorations-in-effect": true, 89 "-webkit-text-decorations-in-effect": true,
97 "-webkit-text-emphasis-color": true, 90 "-webkit-text-emphasis-color": true,
98 "-webkit-text-emphasis-position": true, 91 "-webkit-text-emphasis-position": true,
99 "-webkit-text-emphasis-style": true, 92 "-webkit-text-emphasis-style": true,
100 "-webkit-text-fill-color": true, 93 "-webkit-text-fill-color": true,
101 "-webkit-text-orientation": true, 94 "-webkit-text-orientation": true,
102 "-webkit-text-security": true, 95 "-webkit-text-security": true,
103 "-webkit-text-stroke-color": true, 96 "-webkit-text-stroke-color": true,
104 "-webkit-text-stroke-width": true, 97 "-webkit-text-stroke-width": true,
105 "-webkit-transform": true, 98 "-webkit-transform": true,
106 "-webkit-transform-origin": true, 99 "-webkit-transform-origin": true,
107 "-webkit-transform-style": true, 100 "-webkit-transform-style": true,
108 "-webkit-transition-delay": true, 101 "-webkit-transition-delay": true,
109 "-webkit-transition-duration": true, 102 "-webkit-transition-duration": true,
110 "-webkit-transition-property": true, 103 "-webkit-transition-property": true,
111 "-webkit-transition-timing-function": true, 104 "-webkit-transition-timing-function": true,
112 "-webkit-user-drag": true, 105 "-webkit-user-drag": true,
113 "-webkit-user-modify": true, 106 "-webkit-user-modify": true,
114 "-webkit-user-select": true, 107 "-webkit-user-select": true,
115 "-webkit-writing-mode": true, 108 "-webkit-writing-mode": true,
109 "align-content": true,
110 "align-items": true,
111 "align-self": true,
116 "alignment-baseline": true, 112 "alignment-baseline": true,
117 "background-attachment": true, 113 "background-attachment": true,
118 "background-clip": true, 114 "background-clip": true,
119 "background-color": true, 115 "background-color": true,
120 "background-image": true, 116 "background-image": true,
121 "background-origin": true, 117 "background-origin": true,
122 "background-position": true, 118 "background-position": true,
123 "background-repeat": true, 119 "background-repeat": true,
124 "background-size": true, 120 "background-size": true,
125 "baseline-shift": true, 121 "baseline-shift": true,
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "color-rendering": true, 155 "color-rendering": true,
160 "cursor": true, 156 "cursor": true,
161 "direction": true, 157 "direction": true,
162 "display": true, 158 "display": true,
163 "dominant-baseline": true, 159 "dominant-baseline": true,
164 "empty-cells": true, 160 "empty-cells": true,
165 "fill": true, 161 "fill": true,
166 "fill-opacity": true, 162 "fill-opacity": true,
167 "fill-rule": true, 163 "fill-rule": true,
168 "filter": true, 164 "filter": true,
165 "flex-direction": true,
166 "flex-wrap": true,
169 "float": true, 167 "float": true,
170 "flood-color": true, 168 "flood-color": true,
171 "flood-opacity": true, 169 "flood-opacity": true,
172 "font-size": true, 170 "font-size": true,
173 "font-style": true, 171 "font-style": true,
174 "font-variant": true, 172 "font-variant": true,
175 "font-weight": true, 173 "font-weight": true,
176 "glyph-orientation-horizontal": true, 174 "glyph-orientation-horizontal": true,
177 "glyph-orientation-vertical": true, 175 "glyph-orientation-vertical": true,
178 "height": true, 176 "height": true,
179 "image-rendering": true, 177 "image-rendering": true,
178 "justify-content": true,
180 "kerning": true, 179 "kerning": true,
181 "left": true, 180 "left": true,
182 "letter-spacing": true, 181 "letter-spacing": true,
183 "lighting-color": true, 182 "lighting-color": true,
184 "line-height": true, 183 "line-height": true,
185 "list-style-image": true, 184 "list-style-image": true,
186 "list-style-position": true, 185 "list-style-position": true,
187 "list-style-type": true, 186 "list-style-type": true,
188 "margin-bottom": true, 187 "margin-bottom": true,
189 "margin-left": true, 188 "margin-left": true,
190 "margin-right": true, 189 "margin-right": true,
191 "margin-top": true, 190 "margin-top": true,
192 "marker-end": true, 191 "marker-end": true,
193 "marker-mid": true, 192 "marker-mid": true,
194 "marker-start": true, 193 "marker-start": true,
195 "mask": true, 194 "mask": true,
196 "max-height": true, 195 "max-height": true,
197 "max-width": true, 196 "max-width": true,
198 "min-height": true, 197 "min-height": true,
199 "min-width": true, 198 "min-width": true,
200 "opacity": true, 199 "opacity": true,
200 "order": true,
201 "orphans": true, 201 "orphans": true,
202 "outline-color": true, 202 "outline-color": true,
203 "outline-style": true, 203 "outline-style": true,
204 "outline-width": true, 204 "outline-width": true,
205 "overflow-x": true, 205 "overflow-x": true,
206 "overflow-y": true, 206 "overflow-y": true,
207 "padding-bottom": true, 207 "padding-bottom": true,
208 "padding-left": true, 208 "padding-left": true,
209 "padding-right": true, 209 "padding-right": true,
210 "padding-top": true, 210 "padding-top": true,
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 // There properties don't show up when iterating a computed style object, 256 // There properties don't show up when iterating a computed style object,
257 // but we do want to dump their values in tests. 257 // but we do want to dump their values in tests.
258 var hiddenComputedStyleProperties = [ 258 var hiddenComputedStyleProperties = [
259 "background-position-x", 259 "background-position-x",
260 "background-position-y", 260 "background-position-y",
261 "border-spacing", 261 "border-spacing",
262 "overflow", 262 "overflow",
263 "-webkit-mask-position-x", 263 "-webkit-mask-position-x",
264 "-webkit-mask-position-y", 264 "-webkit-mask-position-y",
265 ]; 265 ];
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698