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

Side by Side Diff: LayoutTests/fast/alignment/parse-justify-items-expected.txt

Issue 361113002: Properly managing overlfow-aligment for inherit and initial. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Applied suggested changes. Created 6 years, 5 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-items works as expected 1 Test that setting and getting justify-items 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-items set through CSS 6 Test getting justify-items set through CSS
7 PASS getComputedStyle(justifyItemsBaseline, '').getPropertyValue('justify-items' ) is 'baseline' 7 PASS getComputedStyle(justifyItemsBaseline, '').getPropertyValue('justify-items' ) is 'baseline'
8 PASS getComputedStyle(justifyItemsLastBaseline, '').getPropertyValue('justify-it ems') is 'last-baseline' 8 PASS getComputedStyle(justifyItemsLastBaseline, '').getPropertyValue('justify-it ems') is 'last-baseline'
9 PASS getComputedStyle(justifyItemsStretch, '').getPropertyValue('justify-items') is 'stretch' 9 PASS getComputedStyle(justifyItemsStretch, '').getPropertyValue('justify-items') is 'stretch'
10 PASS getComputedStyle(justifyItemsStart, '').getPropertyValue('justify-items') i s 'start' 10 PASS getComputedStyle(justifyItemsStart, '').getPropertyValue('justify-items') i s 'start'
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 PASS element.style.justifyItems is "" 102 PASS element.style.justifyItems is ""
103 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " start" 103 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " start"
104 PASS element.style.justifyItems is "" 104 PASS element.style.justifyItems is ""
105 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " start" 105 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " start"
106 PASS element.style.justifyItems is "" 106 PASS element.style.justifyItems is ""
107 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " start" 107 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " start"
108 PASS element.style.justifyItems is "" 108 PASS element.style.justifyItems is ""
109 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " start" 109 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " start"
110 110
111 Test the value 'initial' 111 Test the value 'initial'
112 PASS element.style.justifyItems is "center" 112 PASS element.style.justifyItems is "legacy center"
113 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " center" 113 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy center"
114 PASS element.style.justifyItems is "initial" 114 PASS element.style.justifyItems is "initial"
115 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " start" 115 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " start"
116 116
117 Test the value 'initial' for grid containers 117 Test the value 'initial' for grid containers
118 PASS element.style.justifyItems is "center" 118 PASS element.style.justifyItems is "left safe"
119 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " center" 119 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " left safe"
120 PASS element.style.justifyItems is "initial" 120 PASS element.style.justifyItems is "initial"
121 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " stretch" 121 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " stretch"
122 122
123 Test the value 'initial' for flex containers 123 Test the value 'initial' for flex containers
124 PASS element.style.justifyItems is "center" 124 PASS element.style.justifyItems is "right true"
125 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " center" 125 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " right true"
126 PASS element.style.justifyItems is "initial" 126 PASS element.style.justifyItems is "initial"
127 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " stretch" 127 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " stretch"
128 128
129 Test the value 'inherit' 129 Test the value 'inherit'
130 PASS element.style.justifyItems is "end" 130 PASS element.style.justifyItems is "end"
131 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " end" 131 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " end"
132 PASS element.style.justifyItems is "inherit" 132 PASS element.style.justifyItems is "inherit"
133 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " end" 133 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " end"
134 PASS element.style.justifyItems is "left safe"
135 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " left safe"
136 PASS element.style.justifyItems is "inherit"
137 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " left safe"
138 PASS element.style.justifyItems is "legacy center"
139 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy center"
140 PASS element.style.justifyItems is "inherit"
141 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy center"
134 142
135 Test the value 'legacy' 143 Test the value 'legacy'
144 PASS element.style.justifyItems is "legacy left"
145 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy left"
146 PASS element.style.justifyItems is ""
147 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy left"
148 PASS element.style.justifyItems is "legacy center"
149 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy center"
150 PASS element.style.justifyItems is ""
151 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy center"
136 PASS element.style.justifyItems is "legacy right" 152 PASS element.style.justifyItems is "legacy right"
137 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy right" 153 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy right"
138 PASS element.style.justifyItems is "" 154 PASS element.style.justifyItems is ""
139 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy right" 155 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy right"
140 PASS successfullyParsed is true 156 PASS successfullyParsed is true
141 157
142 TEST COMPLETE 158 TEST COMPLETE
143 159
OLDNEW
« no previous file with comments | « LayoutTests/fast/alignment/parse-justify-items.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