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

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

Issue 1136283006: [CSS Grid Layout] Avoid using StyleAdjuster to resolve 'auto' values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed some layout tests failures. Created 5 years, 7 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: LayoutTests/fast/alignment/parse-align-self-expected.txt
diff --git a/LayoutTests/fast/alignment/parse-align-self-expected.txt b/LayoutTests/fast/alignment/parse-align-self-expected.txt
index 6369e8c9f72ca66cb2d0edc89527c5d8bee56277..1bfd808f2046e4af4bcf5b64dc43625a25219b25 100644
--- a/LayoutTests/fast/alignment/parse-align-self-expected.txt
+++ b/LayoutTests/fast/alignment/parse-align-self-expected.txt
@@ -122,19 +122,19 @@ 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 "auto"
Test the value 'initial' for positioned elements in grid containers
PASS element.style.alignSelf is "right"
PASS window.getComputedStyle(element, '').getPropertyValue('align-self') is "right"
PASS element.style.alignSelf is "initial"
-PASS window.getComputedStyle(element, '').getPropertyValue('align-self') is "stretch"
+PASS window.getComputedStyle(element, '').getPropertyValue('align-self') is "auto"
Test the value 'initial' for positioned elements in grid containers
PASS element.style.alignSelf is "end"
PASS window.getComputedStyle(element, '').getPropertyValue('align-self') is "end"
PASS element.style.alignSelf is "initial"
-PASS window.getComputedStyle(element, '').getPropertyValue('align-self') is "stretch"
+PASS window.getComputedStyle(element, '').getPropertyValue('align-self') is "auto"
Test the value 'inherit'
PASS element.style.alignSelf is "end"
« no previous file with comments | « LayoutTests/fast/alignment/parse-align-self.html ('k') | LayoutTests/fast/alignment/parse-justify-content.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698