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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/true-centering.html

Issue 2832503003: [css-flex] Implement the space-evenly content-distribution value (Closed)
Patch Set: Fixed layout tests. Created 3 years, 7 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: third_party/WebKit/LayoutTests/css3/flexbox/true-centering.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/true-centering.html b/third_party/WebKit/LayoutTests/css3/flexbox/true-centering.html
index 248f8b3d3d630f5dd26655cf641f84ac66820494..839083b3ecaf0049588511ae78f78065cb395d45 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/true-centering.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/true-centering.html
@@ -79,6 +79,11 @@
<div data-offset-x="50" data-offset-y="-5"></div>
</div>
+<div class="flexbox" style="align-items: center; justify-content: space-evenly;">
+ <div data-offset-x="-10" data-offset-y="-5"></div>
+ <div data-offset-x="50" data-offset-y="-5"></div>
+</div>
+
<div class="flexbox" style="align-items: flex-start; justify-content: flex-start;">
<div data-offset-x=0 data-offset-y=0></div>
<div data-offset-x=60 data-offset-y=0></div>

Powered by Google App Engine
This is Rietveld 408576698