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

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

Issue 1625993004: [css-align] Avoid the style Reattach whenever align-items changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Applied suggested changes. Created 4 years, 11 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/fast/alignment/parse-align-self-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/alignment/parse-align-self-expected.txt b/third_party/WebKit/LayoutTests/fast/alignment/parse-align-self-expected.txt
index b4652720933c069585fc417b99684d83a5649eae..dbdcb9d7c42490985507fbb67fe5848768168049 100644
--- a/third_party/WebKit/LayoutTests/fast/alignment/parse-align-self-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/alignment/parse-align-self-expected.txt
@@ -122,7 +122,7 @@ Test the value 'initial' for positioned elements
PASS element.style.alignSelf is "left"
PASS window.getComputedStyle(element, '').getPropertyValue('align-self') is "left"
PASS element.style.alignSelf is "initial"
-PASS window.getComputedStyle(element, '').getPropertyValue('align-self') is "stretch"
+PASS window.getComputedStyle(element, '').getPropertyValue('align-self') is "start"
Test the value 'initial' for positioned elements in grid containers
PASS element.style.alignSelf is "right"

Powered by Google App Engine
This is Rietveld 408576698