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

Unified Diff: third_party/WebKit/LayoutTests/svg/css/getComputedStyle-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/svg/css/getComputedStyle-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt b/third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt
index f69ece8fd6e41e4d3c25db737858a09eeccc4511..3f261c232c1dc851cd6766ecd5ce5096b55adf8b 100644
--- a/third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/css/getComputedStyle-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