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

Unified Diff: third_party/WebKit/LayoutTests/fast/alignment/overwrite-content-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-content-alignment-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/alignment/overwrite-content-alignment-expected.txt b/third_party/WebKit/LayoutTests/fast/alignment/overwrite-content-alignment-expected.txt
index fdf77de5138964372199927b3decb3820da77876..5c8d07441dd8561a835cfb90e6adc906f7f22187 100644
--- a/third_party/WebKit/LayoutTests/fast/alignment/overwrite-content-alignment-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/alignment/overwrite-content-alignment-expected.txt
@@ -3,7 +3,7 @@ Test overwriting justify-content and align-content works as expected
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('justify-content') is "flex-end true"
+PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('justify-content') is "flex-end unsafe"
PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('align-content') is "center safe"
PASS getComputedStyle(childOfParentId, '').getPropertyValue('justify-content') is "space-between"
PASS getComputedStyle(childOfParentId, '').getPropertyValue('align-content') is "space-around"

Powered by Google App Engine
This is Rietveld 408576698