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" |