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

Unified Diff: LayoutTests/fast/alignment/parse-justify-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-justify-self-expected.txt
diff --git a/LayoutTests/fast/alignment/parse-justify-self-expected.txt b/LayoutTests/fast/alignment/parse-justify-self-expected.txt
index b6bbfbad2e15e498ad049238b335c5f2b03d4e39..2125c32ccedac76d8561d4f858f1eea429d44782 100644
--- a/LayoutTests/fast/alignment/parse-justify-self-expected.txt
+++ b/LayoutTests/fast/alignment/parse-justify-self-expected.txt
@@ -122,19 +122,19 @@ Test the value 'initial' for positioned elements
PASS element.style.justifySelf is "left"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "left"
PASS element.style.justifySelf is "initial"
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "stretch"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "auto"
Test the value 'initial' for positioned elements in grid containers
PASS element.style.justifySelf is "right"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "right"
PASS element.style.justifySelf is "initial"
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "stretch"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "auto"
Test the value 'initial' for positioned elements in grid containers
PASS element.style.justifySelf is "end"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "end"
PASS element.style.justifySelf is "initial"
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "stretch"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "auto"
Test the value 'inherit'
PASS element.style.justifySelf is "end"
« no previous file with comments | « LayoutTests/fast/alignment/parse-justify-self.html ('k') | LayoutTests/fast/alignment/resources/alignment-parsing-utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698