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

Unified Diff: third_party/WebKit/LayoutTests/fast/alignment/overwrite-self-alignment-expected.txt

Issue 1497403002: [css-align] Overflow alignment value 'true' renamed to 'unsafe' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed repaint tests issues. Created 5 years 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/alignment/overwrite-self-alignment-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/alignment/overwrite-self-alignment-expected.txt b/third_party/WebKit/LayoutTests/fast/alignment/overwrite-self-alignment-expected.txt
index b10044b78410c9d98c9c37c5d36b30102f0a3108..afc59495dbe0409a8f4a548ae3a9c23344c3522b 100644
--- a/third_party/WebKit/LayoutTests/fast/alignment/overwrite-self-alignment-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/alignment/overwrite-self-alignment-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS getComputedStyle(parent, '').getPropertyValue('justify-items') is "center"
PASS getComputedStyle(parent, '').getPropertyValue('align-items') is "stretch"
-PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('justify-self') is "flex-end true"
+PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('justify-self') is "flex-end unsafe"
PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('align-self') is "flex-start safe"
PASS getComputedStyle(childOfParentId, '').getPropertyValue('justify-self') is "center"
PASS getComputedStyle(childOfParentId, '').getPropertyValue('align-self') is "stretch"

Powered by Google App Engine
This is Rietveld 408576698