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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/support/flexbox.css

Issue 1548053002: Import csswg-test@c8f03606f92d6f386f99dae6d11eed99114a9ea2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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
OLDNEW
1 .flexbox { 1 .flexbox {
2 display: -webkit-flex; 2 display: -webkit-flex;
3 display: flex; 3 display: flex;
4 } 4 }
5 .inline-flexbox { 5 .inline-flexbox {
6 display: -webkit-inline-flex; 6 display: -webkit-inline-flex;
7 display: inline-flex; 7 display: inline-flex;
8 } 8 }
9 9
10 .flex-none { 10 .flex-none {
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 justify-content: center; 134 justify-content: center;
135 } 135 }
136 .justify-content-space-between { 136 .justify-content-space-between {
137 -webkit-justify-content: space-between; 137 -webkit-justify-content: space-between;
138 justify-content: space-between; 138 justify-content: space-between;
139 } 139 }
140 .justify-content-space-around { 140 .justify-content-space-around {
141 -webkit-justify-content: space-around; 141 -webkit-justify-content: space-around;
142 justify-content: space-around; 142 justify-content: space-around;
143 } 143 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698