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

Unified Diff: third_party/WebKit/LayoutTests/fast/alignment/parse-justify-items-expected.txt

Issue 1709963002: [css-align] New CSS Value 'normal' for Self Alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Getting back the FullScreen fix, missed during the rebase. Created 4 years, 4 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-justify-items-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/alignment/parse-justify-items-expected.txt b/third_party/WebKit/LayoutTests/fast/alignment/parse-justify-items-expected.txt
index 76f54be3d6802659b098213cfbe208ffb8b955a2..b2eb29ae9f73bd8cbec074cb5dc7705806e680ea 100644
--- a/third_party/WebKit/LayoutTests/fast/alignment/parse-justify-items-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/alignment/parse-justify-items-expected.txt
@@ -32,7 +32,7 @@ PASS getComputedStyle(justifyItemsCenterLegacy, '').getPropertyValue('justify-it
PASS getComputedStyle(justifyItemsRightLegacy, '').getPropertyValue('justify-items') is 'legacy right'
Test initial value of justify-items through JS
-PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
+PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'normal'
Test getting and setting justify-items through JS
PASS element.style.justifyItems is "center"
@@ -48,81 +48,85 @@ PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
PASS element.style.justifyItems is "legacy left"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy left"
PASS element.style.justifyItems is "auto"
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is "auto"
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "stretch"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is "auto"
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "stretch"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is "self-end"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "self-end"
+Test 'auto' value resolution for the root node
+PASS element.style.justifyItems is "auto"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
+
Test bad combinations of justify-items
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
Test the value 'initial'
PASS element.style.justifyItems is "legacy center"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy center"
PASS element.style.justifyItems is "initial"
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
Test the value 'initial' for grid containers
PASS element.style.justifyItems is "left safe"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "left safe"
PASS element.style.justifyItems is "initial"
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "stretch"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
Test the value 'initial' for flex containers
PASS element.style.justifyItems is "right unsafe"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "right unsafe"
PASS element.style.justifyItems is "initial"
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "stretch"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "normal"
Test the value 'inherit'
PASS element.style.justifyItems is "end"

Powered by Google App Engine
This is Rietveld 408576698