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

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

Issue 1136283006: [CSS Grid Layout] Avoid using StyleAdjuster to resolve 'auto' values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed some layout tests failures. Created 5 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: LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-listing-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-listing-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-listing-expected.txt
index da0a7ead275ab112ba96956b80e31cea7ac87255..5b918bfa2749f178a85a6a08855199e0a7bec7c2 100644
--- a/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-listing-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-listing-expected.txt
@@ -74,8 +74,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
-webkit-user-select: text
-webkit-writing-mode: horizontal-tb
align-content: start
-align-items: start
-align-self: start
+align-items: auto
+align-self: auto
alignment-baseline: auto
animation-delay: 0s
animation-direction: normal
@@ -177,8 +177,8 @@ height: auto
image-rendering: auto
isolation: auto
justify-content: start
-justify-items: start
-justify-self: start
+justify-items: auto
+justify-self: auto
left: auto
letter-spacing: normal
lighting-color: rgb(255, 255, 255)

Powered by Google App Engine
This is Rietveld 408576698