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

Unified Diff: LayoutTests/svg/css/getComputedStyle-basic-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/svg/css/getComputedStyle-basic-expected.txt
diff --git a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
index 2b2134b790b403038e32a594f08fba193e348538..fa921bee385543da4b86e603ba01714e50d8bfe1 100644
--- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
+++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
@@ -98,6 +98,10 @@ rect: style.getPropertyValue(height) : auto
rect: style.getPropertyCSSValue(height) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(image-rendering) : auto
rect: style.getPropertyCSSValue(image-rendering) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(justify-items) : start
+rect: style.getPropertyCSSValue(justify-items) : [object CSSValueList]
+rect: style.getPropertyValue(justify-self) : start
+rect: style.getPropertyCSSValue(justify-self) : [object CSSValueList]
rect: style.getPropertyValue(left) : auto
rect: style.getPropertyCSSValue(left) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(letter-spacing) : normal
@@ -286,9 +290,9 @@ rect: style.getPropertyValue(-webkit-column-width) : auto
rect: style.getPropertyCSSValue(-webkit-column-width) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(align-content) : stretch
rect: style.getPropertyCSSValue(align-content) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(align-items) : stretch
+rect: style.getPropertyValue(align-items) : start
rect: style.getPropertyCSSValue(align-items) : [object CSSValueList]
-rect: style.getPropertyValue(align-self) : stretch
+rect: style.getPropertyValue(align-self) : start
rect: style.getPropertyCSSValue(align-self) : [object CSSValueList]
rect: style.getPropertyValue(flex-direction) : row
rect: style.getPropertyCSSValue(flex-direction) : [object CSSPrimitiveValue]
@@ -562,6 +566,10 @@ g: style.getPropertyValue(height) : auto
g: style.getPropertyCSSValue(height) : [object CSSPrimitiveValue]
g: style.getPropertyValue(image-rendering) : auto
g: style.getPropertyCSSValue(image-rendering) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(justify-items) : start
+g: style.getPropertyCSSValue(justify-items) : [object CSSValueList]
+g: style.getPropertyValue(justify-self) : start
+g: style.getPropertyCSSValue(justify-self) : [object CSSValueList]
g: style.getPropertyValue(left) : auto
g: style.getPropertyCSSValue(left) : [object CSSPrimitiveValue]
g: style.getPropertyValue(letter-spacing) : normal
@@ -750,9 +758,9 @@ g: style.getPropertyValue(-webkit-column-width) : auto
g: style.getPropertyCSSValue(-webkit-column-width) : [object CSSPrimitiveValue]
g: style.getPropertyValue(align-content) : stretch
g: style.getPropertyCSSValue(align-content) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(align-items) : stretch
+g: style.getPropertyValue(align-items) : start
g: style.getPropertyCSSValue(align-items) : [object CSSValueList]
-g: style.getPropertyValue(align-self) : stretch
+g: style.getPropertyValue(align-self) : start
g: style.getPropertyCSSValue(align-self) : [object CSSValueList]
g: style.getPropertyValue(flex-direction) : row
g: style.getPropertyCSSValue(flex-direction) : [object CSSPrimitiveValue]

Powered by Google App Engine
This is Rietveld 408576698