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

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

Issue 2915773002: Reland of [css-align] Don't resolve 'auto' values for computed style. (Closed)
Patch Set: Applied suggested changes 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/fast/css/getComputedStyle/computed-style-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-listing-expected.txt b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-listing-expected.txt
index cdc5172d4717edf5cdc66e289144d41859f066e2..e1e19f09c9f4cde85f98a9a736ed2e454932408c 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-listing-expected.txt
@@ -60,7 +60,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
-webkit-writing-mode: horizontal-tb
align-content: normal
align-items: normal
-align-self: normal
+align-self: auto
alignment-baseline: auto
animation-delay: 0s
animation-direction: normal
@@ -181,7 +181,7 @@ image-rendering: auto
isolation: auto
justify-content: normal
justify-items: normal
-justify-self: normal
+justify-self: auto
left: auto
letter-spacing: normal
lighting-color: rgb(255, 255, 255)

Powered by Google App Engine
This is Rietveld 408576698