Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / alignment / parse-justify-content-expected.txt
blob791eaf52aff8d4449d8793ba82e7a1e48535e8cf
1 Test that setting and getting justify-content works as expected
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Test getting justify-content set through CSS
7 PASS getComputedStyle(justifyContentAuto, '').getPropertyValue('justify-content') is "start"
8 PASS getComputedStyle(justifyContentBaseline, '').getPropertyValue('justify-content') is "baseline"
9 PASS getComputedStyle(justifyContentLastBaseline, '').getPropertyValue('justify-content') is "last-baseline"
10 PASS getComputedStyle(justifyContentSpaceBetween, '').getPropertyValue('justify-content') is "space-between"
11 PASS getComputedStyle(justifyContentSpaceAround, '').getPropertyValue('justify-content') is "space-around"
12 PASS getComputedStyle(justifyContentSpaceEvenly, '').getPropertyValue('justify-content') is "space-evenly"
13 PASS getComputedStyle(justifyContentStretch, '').getPropertyValue('justify-content') is "stretch"
14 PASS getComputedStyle(justifyContentStart, '').getPropertyValue('justify-content') is "start"
15 PASS getComputedStyle(justifyContentEnd, '').getPropertyValue('justify-content') is "end"
16 PASS getComputedStyle(justifyContentCenter, '').getPropertyValue('justify-content') is "center"
17 PASS getComputedStyle(justifyContentLeft, '').getPropertyValue('justify-content') is "left"
18 PASS getComputedStyle(justifyContentRight, '').getPropertyValue('justify-content') is "right"
19 PASS getComputedStyle(justifyContentFlexStart, '').getPropertyValue('justify-content') is "flex-start"
20 PASS getComputedStyle(justifyContentFlexEnd, '').getPropertyValue('justify-content') is "flex-end"
21 PASS getComputedStyle(justifyContentEndTrue, '').getPropertyValue('justify-content') is "end true"
22 PASS getComputedStyle(justifyContentCenterTrue, '').getPropertyValue('justify-content') is "center true"
23 PASS getComputedStyle(justifyContentRightSafe, '').getPropertyValue('justify-content') is "right safe"
24 PASS getComputedStyle(justifyContentLeftTrue, '').getPropertyValue('justify-content') is "left true"
25 PASS getComputedStyle(justifyContentFlexStartTrue, '').getPropertyValue('justify-content') is "flex-start true"
26 PASS getComputedStyle(justifyContentFlexEndSafe, '').getPropertyValue('justify-content') is "flex-end safe"
27 PASS getComputedStyle(justifyContentSpaceBetweenLeft, '').getPropertyValue('justify-content') is "space-between left"
28 PASS getComputedStyle(justifyContentSpaceAroundCenter, '').getPropertyValue('justify-content') is "space-around center"
29 PASS getComputedStyle(justifyContentSpaceEvenlyRight, '').getPropertyValue('justify-content') is "space-evenly right"
30 PASS getComputedStyle(justifyContentStretchStartSafe, '').getPropertyValue('justify-content') is "stretch start safe"
31 PASS getComputedStyle(justifyContentSpaceAroundEndTrue, '').getPropertyValue('justify-content') is "space-around end true"
32 PASS getComputedStyle(justifyContentSpaceEvenlyFlexStartSafe, '').getPropertyValue('justify-content') is "space-evenly flex-start safe"
33 PASS getComputedStyle(justifyContentSpaceBetweenSafe, '').getPropertyValue('justify-content') is "start"
34 PASS getComputedStyle(justifyContentSpaceBetweenStretch, '').getPropertyValue('justify-content') is "start"
35 PASS getComputedStyle(justifyContentSafe, '').getPropertyValue('justify-content') is "start"
36 PASS getComputedStyle(justifyContentRightSafeTrue, '').getPropertyValue('justify-content') is "start"
37 PASS getComputedStyle(justifyContentCenterLeft, '').getPropertyValue('justify-content') is "start"
39 Test initial value of justify-content through JS
40 PASS getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
42 Test getting and setting justify-content through JS
43 PASS element.style.justifyContent is "center"
44 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "center"
45 PASS element.style.justifyContent is "start true"
46 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start true"
47 PASS element.style.justifyContent is "flex-end safe"
48 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "flex-end safe"
49 PASS element.style.justifyContent is "space-between right safe"
50 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "space-between right safe"
51 PASS element.style.justifyContent is "stretch center"
52 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "stretch center"
53 PASS element.style.justifyContent is "right true"
54 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "right true"
55 PASS element.style.justifyContent is "auto"
56 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
57 PASS element.style.justifyContent is "auto"
58 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "flex-start"
59 PASS element.style.justifyContent is "auto"
60 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
61 PASS element.style.justifyContent is "flex-end"
62 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "flex-end"
64 Test bad combinations of justify-content
65 PASS element.style.justifyContent is ""
66 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
67 PASS element.style.justifyContent is ""
68 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
69 PASS element.style.justifyContent is ""
70 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
71 PASS element.style.justifyContent is ""
72 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
73 PASS element.style.justifyContent is ""
74 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
75 PASS element.style.justifyContent is ""
76 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
77 PASS element.style.justifyContent is ""
78 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
79 PASS element.style.justifyContent is ""
80 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
81 PASS element.style.justifyContent is ""
82 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
83 PASS element.style.justifyContent is ""
84 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
85 PASS element.style.justifyContent is ""
86 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
87 PASS element.style.justifyContent is ""
88 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
89 PASS element.style.justifyContent is ""
90 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
91 PASS element.style.justifyContent is ""
92 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
93 PASS element.style.justifyContent is ""
94 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
95 PASS element.style.justifyContent is ""
96 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
97 PASS element.style.justifyContent is ""
98 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
99 PASS element.style.justifyContent is ""
100 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
101 PASS element.style.justifyContent is ""
102 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
103 PASS element.style.justifyContent is ""
104 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
105 PASS element.style.justifyContent is ""
106 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
108 Test the value 'initial'
109 PASS element.style.justifyContent is "stretch center"
110 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "stretch center"
111 PASS element.style.justifyContent is "initial"
112 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
114 Test the value 'initial' for grid containers
115 PASS element.style.justifyContent is "space-between left"
116 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "space-between left"
117 PASS element.style.justifyContent is "initial"
118 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
120 Test the value 'initial' for flex containers
121 PASS element.style.justifyContent is "right true"
122 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "right true"
123 PASS element.style.justifyContent is "initial"
124 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "flex-start"
126 Test the value 'inherit'
127 PASS element.style.justifyContent is "end"
128 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "end"
129 PASS element.style.justifyContent is "inherit"
130 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "end"
131 PASS element.style.justifyContent is "left safe"
132 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "left safe"
133 PASS element.style.justifyContent is "inherit"
134 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "left safe"
135 PASS element.style.justifyContent is "stretch center"
136 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "stretch center"
137 PASS element.style.justifyContent is "inherit"
138 PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "stretch center"
139 PASS successfullyParsed is true
141 TEST COMPLETE