Skip to content

Commit

Permalink
Update tests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed May 24, 2012
1 parent 39acdb9 commit d6e8874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.js
Expand Up @@ -469,7 +469,7 @@ window.Specs = {
"css3-flexbox": {
"title": "Flexible Box Layout",
"properties": {
"display": ["flexbox", "inline-flexbox"],
"display": ["flex", "inline-flex"],
"flex-flow": ["row", "row-reverse", "column", "column-reverse", "wrap", "wrap-reverse"],
"flex-order": ["0", "1"],
"flex-pack": ["start", "end", "center", "justify"],
Expand Down

0 comments on commit d6e8874

Please sign in to comment.