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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css/getComputedStyle/resources/property-names.js
diff --git a/LayoutTests/fast/css/getComputedStyle/resources/property-names.js b/LayoutTests/fast/css/getComputedStyle/resources/property-names.js
index 3e7895431e7c3e2c4827508916e4b7268a16fd5f..2af0fc18248d018cc09d7eff91ace8e591616346 100644
--- a/LayoutTests/fast/css/getComputedStyle/resources/property-names.js
+++ b/LayoutTests/fast/css/getComputedStyle/resources/property-names.js
@@ -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 @@ var propertiesToTest = {
"-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 @@ var propertiesToTest = {
"-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 @@ var propertiesToTest = {
"-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 @@ var propertiesToTest = {
"-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 @@ var propertiesToTest = {
"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 @@ var propertiesToTest = {
"glyph-orientation-vertical": true,
"height": true,
"image-rendering": true,
+ "justify-content": true,
"kerning": true,
"left": true,
"letter-spacing": true,
@@ -198,6 +197,7 @@ var propertiesToTest = {
"min-height": true,
"min-width": true,
"opacity": true,
+ "order": true,
"orphans": true,
"outline-color": true,
"outline-style": true,

Powered by Google App Engine
This is Rietveld 408576698