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

Unified Diff: third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt

Issue 1709963002: [css-align] New CSS Value 'normal' for Self Alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Getting back the FullScreen fix, missed during the rebase. Created 4 years, 4 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 3d764d12c9999489bb047df20bd292f2ee942ead..77d0b0f54c33bb214739887fcc220ebda0c63458 100644
--- a/third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt
@@ -61,8 +61,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: normal
-align-items: start
-align-self: start
+align-items: normal
+align-self: normal
alignment-baseline: auto
animation-delay: 0s
animation-direction: normal
@@ -181,8 +181,8 @@ image-orientation: 0deg
image-rendering: auto
isolation: auto
justify-content: normal
-justify-items: start
-justify-self: start
+justify-items: normal
+justify-self: normal
left: auto
letter-spacing: normal
lighting-color: rgb(255, 255, 255)

Powered by Google App Engine
This is Rietveld 408576698