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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Test that setting and getting justify-self works as expected 1 Test that setting and getting justify-self works as expected
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Test getting justify-self set through CSS 6 Test getting justify-self set through CSS
7 PASS getComputedStyle(justifySelfBaseline, '').getPropertyValue('justify-self') is 'baseline' 7 PASS getComputedStyle(justifySelfBaseline, '').getPropertyValue('justify-self') is 'baseline'
8 PASS getComputedStyle(justifySelfLastBaseline, '').getPropertyValue('justify-sel f') is 'last-baseline' 8 PASS getComputedStyle(justifySelfLastBaseline, '').getPropertyValue('justify-sel f') is 'last-baseline'
9 PASS getComputedStyle(justifySelfStretch, '').getPropertyValue('justify-self') i s 'stretch' 9 PASS getComputedStyle(justifySelfStretch, '').getPropertyValue('justify-self') i s 'stretch'
10 PASS getComputedStyle(justifySelfStart, '').getPropertyValue('justify-self') is 'start' 10 PASS getComputedStyle(justifySelfStart, '').getPropertyValue('justify-self') is 'start'
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 Test the value 'initial' for flex containers 115 Test the value 'initial' for flex containers
116 PASS element.style.justifySelf is "right true" 116 PASS element.style.justifySelf is "right true"
117 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "r ight true" 117 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "r ight true"
118 PASS element.style.justifySelf is "initial" 118 PASS element.style.justifySelf is "initial"
119 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "s tretch" 119 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "s tretch"
120 120
121 Test the value 'initial' for positioned elements 121 Test the value 'initial' for positioned elements
122 PASS element.style.justifySelf is "left" 122 PASS element.style.justifySelf is "left"
123 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "l eft" 123 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "l eft"
124 PASS element.style.justifySelf is "initial" 124 PASS element.style.justifySelf is "initial"
125 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "s tretch" 125 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "a uto"
126 126
127 Test the value 'initial' for positioned elements in grid containers 127 Test the value 'initial' for positioned elements in grid containers
128 PASS element.style.justifySelf is "right" 128 PASS element.style.justifySelf is "right"
129 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "r ight" 129 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "r ight"
130 PASS element.style.justifySelf is "initial" 130 PASS element.style.justifySelf is "initial"
131 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "s tretch" 131 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "a uto"
132 132
133 Test the value 'initial' for positioned elements in grid containers 133 Test the value 'initial' for positioned elements in grid containers
134 PASS element.style.justifySelf is "end" 134 PASS element.style.justifySelf is "end"
135 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "e nd" 135 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "e nd"
136 PASS element.style.justifySelf is "initial" 136 PASS element.style.justifySelf is "initial"
137 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "s tretch" 137 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "a uto"
138 138
139 Test the value 'inherit' 139 Test the value 'inherit'
140 PASS element.style.justifySelf is "end" 140 PASS element.style.justifySelf is "end"
141 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "e nd" 141 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "e nd"
142 PASS element.style.justifySelf is "inherit" 142 PASS element.style.justifySelf is "inherit"
143 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "e nd" 143 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "e nd"
144 PASS element.style.justifySelf is "left safe" 144 PASS element.style.justifySelf is "left safe"
145 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "l eft safe" 145 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "l eft safe"
146 PASS element.style.justifySelf is "inherit" 146 PASS element.style.justifySelf is "inherit"
147 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "l eft safe" 147 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "l eft safe"
148 PASS element.style.justifySelf is "center true" 148 PASS element.style.justifySelf is "center true"
149 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "c enter true" 149 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "c enter true"
150 PASS element.style.justifySelf is "inherit" 150 PASS element.style.justifySelf is "inherit"
151 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "c enter true" 151 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "c enter true"
152 PASS successfullyParsed is true 152 PASS successfullyParsed is true
153 153
154 TEST COMPLETE 154 TEST COMPLETE
155 155
OLDNEW
« 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