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

Unified Diff: LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-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-without-renderer-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
index 474b03f5dba73a576c62a20fcb8a1a10ffbcdcda..de531907287386aa5fbfb29ba78d8b16982ee21d 100644
--- a/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
@@ -49,6 +49,8 @@ font-variant-ligatures: normal
font-weight: normal
height: 100px
image-rendering: auto
+justify-items: start
+justify-self: start
left: auto
letter-spacing: normal
line-height: normal
@@ -143,8 +145,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