| Index: LayoutTests/fast/css/getComputedStyle/resources/property-names.js
|
| ===================================================================
|
| --- LayoutTests/fast/css/getComputedStyle/resources/property-names.js (revision 153087)
|
| +++ LayoutTests/fast/css/getComputedStyle/resources/property-names.js (working copy)
|
| @@ -1,8 +1,5 @@
|
| // We only test properties that are exposed in all ports.
|
| var propertiesToTest = {
|
| - "-webkit-align-content": true,
|
| - "-webkit-align-items": true,
|
| - "-webkit-align-self": true,
|
| "-webkit-animation-delay": true,
|
| "-webkit-animation-direction": true,
|
| "-webkit-animation-duration": true,
|
| @@ -44,8 +41,6 @@
|
| "-webkit-column-rule-width": true,
|
| "-webkit-column-span": true,
|
| "-webkit-column-width": true,
|
| - "-webkit-flex-direction": true,
|
| - "-webkit-flex-wrap": true,
|
| "-webkit-font-kerning": true,
|
| "-webkit-font-smoothing": true,
|
| "-webkit-font-variant-ligatures": true,
|
| @@ -57,7 +52,6 @@
|
| "-webkit-hyphenate-limit-before": true,
|
| "-webkit-hyphenate-limit-lines": true,
|
| "-webkit-hyphens": true,
|
| - "-webkit-justify-content": true,
|
| "-webkit-line-align": true,
|
| "-webkit-line-box-contain": true,
|
| "-webkit-line-break": true,
|
| @@ -86,7 +80,6 @@
|
| "-webkit-mask-repeat": true,
|
| "-webkit-mask-size": true,
|
| "-webkit-nbsp-mode": true,
|
| - "-webkit-order": true,
|
| "-webkit-perspective": true,
|
| "-webkit-perspective-origin": true,
|
| "-webkit-print-color-adjust": true,
|
| @@ -113,6 +106,9 @@
|
| "-webkit-user-modify": true,
|
| "-webkit-user-select": true,
|
| "-webkit-writing-mode": true,
|
| + "align-content": true,
|
| + "align-items": true,
|
| + "align-self": true,
|
| "alignment-baseline": true,
|
| "background-attachment": true,
|
| "background-clip": true,
|
| @@ -166,6 +162,8 @@
|
| "fill-opacity": true,
|
| "fill-rule": true,
|
| "filter": true,
|
| + "flex-direction": true,
|
| + "flex-wrap": true,
|
| "float": true,
|
| "flood-color": true,
|
| "flood-opacity": true,
|
| @@ -177,6 +175,7 @@
|
| "glyph-orientation-vertical": true,
|
| "height": true,
|
| "image-rendering": true,
|
| + "justify-content": true,
|
| "kerning": true,
|
| "left": true,
|
| "letter-spacing": true,
|
| @@ -198,6 +197,7 @@
|
| "min-height": true,
|
| "min-width": true,
|
| "opacity": true,
|
| + "order": true,
|
| "orphans": true,
|
| "outline-color": true,
|
| "outline-style": true,
|
|
|