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

Unified Diff: LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt

Issue 363133003: [CSS Grid Layout] Adapting align-self, align-items and justify-self to the last CSS 3 spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Resolve grid and flex cases during cascade, the rest will wait for layout. Created 6 years, 5 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/computed-style-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
index b1ebaf91d43d8ed5b828770bec4eb979c18052c9..4352972497c8df874dabf93fe52fb1494a9266c9 100644
--- a/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
@@ -50,6 +50,8 @@ font-variant-ligatures: normal;
font-weight: normal;
height: 576px;
image-rendering: auto;
+justify-items: start;
+justify-self: start;
left: auto;
letter-spacing: normal;
line-height: normal;
@@ -144,8 +146,8 @@ zoom: 1;
-webkit-column-span: none;
-webkit-column-width: auto;
align-content: stretch;
-align-items: stretch;
-align-self: stretch;
+align-items: start;
+align-self: start;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;

Powered by Google App Engine
This is Rietveld 408576698