aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-flexbox-1_dev/html/chapter-3.htm
blob: 367d1b0b48d729453175126f9e81234ab6e7d147 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
 <head>
  <title>Flex Containers: the flex and inline-flex display values - CSS Flexible Box Layout Module Level 1 CR Test Suite</title>
  <style type="text/css">
    @import "http://www.w3.org/StyleSheets/TR/base.css";
    @import "../indices.css";
  </style>
 </head>

 <body>

  <h1>CSS Flexible Box Layout Module Level 1 CR Test Suite</h1>
  <h2>Flex Containers: the flex and inline-flex display values (36 tests)</h2>
  <table width="100%">
    <col id="test-column">
    <col id="refs-column">
    <col id="flags-column">
    <col id="info-column">
    <thead>
      <tr>
        <th>Test</th>
        <th><abbr title="Rendering References">Refs</abbr></th>
        <th>Flags</th>
        <th>Info</th>
      </tr>
    </thead>
    <tbody id="s3">
      <tr><th colspan="4" scope="rowgroup">
        <a href="#s3">+</a>
        <a href="https://www.w3.org/TR/css-flexbox-1/#flex-containers">3 Flex Containers: the flex and inline-flex display values</a></th></tr>
      <!-- 35 tests -->
      <tr id="column-flexbox-break-3" class="ahem">
        <td>
            <a href="column-flexbox-break.htm">column-flexbox-break</a></td>
        <td><a href="reference/column-flexbox-break-ref.htm">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: fragmenting a flex container with column flow
          <ul class="assert">
            <li>Test checks that a flex container with column flow is fragmented between regions.</li>
          </ul>
        </td>
      </tr>
      <tr id="display-flex-001-3" class="">
        <td>
            <a href="display-flex-001.htm">display-flex-001</a></td>
        <td><a href="reference/align-content-001-ref.htm">=</a> </td>
        <td></td>
        <td>An element with the 'display' property set to 'flex' establishes a new block-level flex container
          <ul class="assert">
            <li>This test checks that an element with 'display' property set to 'flex' establishes a new block-level flex container.</li>
          </ul>
        </td>
      </tr>
      <tr id="display_flex_exist-3" class="dom script">
        <td>
            <a href="display_flex_exist.htm">display_flex_exist</a></td>
        <td></td>
        <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
        <td>display_flex
          <ul class="assert">
            <li>Check if the web engine can indenfy the display value flex.</li>
          </ul>
        </td>
      </tr>
      <tr id="display_inline-flex_exist-3" class="dom script">
        <td>
            <a href="display_inline-flex_exist.htm">display_inline-flex_exist</a></td>
        <td></td>
        <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
        <td>display_inline-flex
          <ul class="assert">
            <li>Check if the web engine can identify the display value inline-flex.</li>
          </ul>
        </td>
      </tr>
      <tr id="flexbox-overflow-horiz-001-3" class="">
        <td>
            <a href="flexbox-overflow-horiz-001.htm">flexbox-overflow-horiz-001</a></td>
        <td><a href="reference/flexbox-overflow-horiz-001-ref.htm">=</a> </td>
        <td></td>
        <td>Testing 'overflow' property on a horizontal flex container, with contents not overflowing
        </td>
      </tr>
      <tr id="flexbox-overflow-horiz-002-3" class="">
        <td>
            <a href="flexbox-overflow-horiz-002.htm">flexbox-overflow-horiz-002</a></td>
        <td><a href="reference/flexbox-overflow-horiz-002-ref.htm">=</a> </td>
        <td></td>
        <td>Testing 'overflow' property on a horizontal flex container, with 'align-items: center'
        </td>
      </tr>
      <tr id="flexbox-overflow-horiz-003-3" class="">
        <td>
            <a href="flexbox-overflow-horiz-003.htm">flexbox-overflow-horiz-003</a></td>
        <td><a href="reference/flexbox-overflow-horiz-003-ref.htm">=</a> </td>
        <td></td>
        <td>Testing 'overflow' property on a horizontal flex container, with 'justify-content: space-around'
        </td>
      </tr>
      <tr id="flexbox-overflow-vert-001-3" class="">
        <td>
            <a href="flexbox-overflow-vert-001.htm">flexbox-overflow-vert-001</a></td>
        <td><a href="reference/flexbox-overflow-vert-001-ref.htm">=</a> </td>
        <td></td>
        <td>Testing 'overflow' property on a vertical flex container
        </td>
      </tr>
      <tr id="flexbox-overflow-vert-002-3" class="">
        <td>
            <a href="flexbox-overflow-vert-002.htm">flexbox-overflow-vert-002</a></td>
        <td><a href="reference/flexbox-overflow-vert-002-ref.htm">=</a> </td>
        <td></td>
        <td>Testing 'overflow' property on a vertical flex container, with 'align-items: center'
        </td>
      </tr>
      <tr id="flexbox-overflow-vert-003-3" class="">
        <td>
            <a href="flexbox-overflow-vert-003.htm">flexbox-overflow-vert-003</a></td>
        <td><a href="reference/flexbox-overflow-vert-003-ref.htm">=</a> </td>
        <td></td>
        <td>Testing 'overflow' property on a vertical flex container, with 'justify-content: space-around'
        </td>
      </tr>
      <tr id="flexbox-root-node-001a-3" class="">
        <td>
            <a href="flexbox-root-node-001a.htm">flexbox-root-node-001a</a></td>
        <td><a href="reference/flexbox-root-node-001-ref.htm">=</a> </td>
        <td></td>
        <td>Testing 'display:flex' on root node
        </td>
      </tr>
      <tr id="flexbox-root-node-001b-3" class="">
        <td>
            <a href="flexbox-root-node-001b.htm">flexbox-root-node-001b</a></td>
        <td><a href="reference/flexbox-root-node-001-ref.htm">=</a> </td>
        <td></td>
        <td>Testing 'display:flex' on root node
        </td>
      </tr>
      <tr id="flexbox_block-3" class="">
        <td>
            <a href="flexbox_block.htm">flexbox_block</a></td>
        <td><a href="reference/flexbox_empty-ref.htm">=</a> </td>
        <td></td>
        <td>flexbox | block
        </td>
      </tr>
      <tr id="flexbox_box-clear-3" class="">
        <td>
            <a href="flexbox_box-clear.htm">flexbox_box-clear</a></td>
        <td><a href="reference/flexbox_box-clear-ref.htm">=</a> </td>
        <td></td>
        <td>flexbox | cleared box
        </td>
      </tr>
      <tr id="flexbox_columns-3" class="">
        <td>
            <a href="flexbox_columns.htm">flexbox_columns</a></td>
        <td><a href="reference/flexbox_columns-ref.htm">=</a> </td>
        <td></td>
        <td>flexbox | multicol
        </td>
      </tr>
      <tr id="flexbox_columns-flexitems-3" class="">
        <td>
            <a href="flexbox_columns-flexitems.htm">flexbox_columns-flexitems</a></td>
        <td><a href="reference/flexbox_columns-flexitems-ref.htm">=</a> </td>
        <td></td>
        <td>flexbox | multicol on flexbox items
        </td>
      </tr>
      <tr id="flexbox_columns-flexitems-2-3" class="">
        <td>
            <a href="flexbox_columns-flexitems-2.htm">flexbox_columns-flexitems-2</a></td>
        <td><a href="reference/flexbox_columns-flexitems-2-ref.htm">=</a> </td>
        <td></td>
        <td>flexbox | multicol on flexbox items
        </td>
      </tr>
      <tr id="flexbox_computedstyle_display-3" class="dom">
        <td>
            <a href="flexbox_computedstyle_display.htm">flexbox_computedstyle_display</a></td>
        <td><a href="reference/ref-pass-body.htm">=</a> </td>
        <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td>
        <td>flexbox | computed style | display: flex
        </td>
      </tr>
      <tr id="flexbox_computedstyle_display-inline-3" class="dom">
        <td>
            <a href="flexbox_computedstyle_display-inline.htm">flexbox_computedstyle_display-inline</a></td>
        <td><a href="reference/ref-pass-body.htm">=</a> </td>
        <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td>
        <td>flexbox | computed style | display: inline-flex
        </td>
      </tr>
      <tr id="flexbox_display-3" class="">
        <td>
            <a href="flexbox_display.htm">flexbox_display</a></td>
        <td><a href="reference/flexbox_display-ref.htm">=</a> </td>
        <td></td>
        <td>flexbox | display error-handling
        </td>
      </tr>
      <tr id="flexbox_fbfc-3" class="">
        <td>
            <a href="flexbox_fbfc.htm">flexbox_fbfc</a></td>
        <td><a href="reference/flexbox_fbfc-ref.htm">=</a> </td>
        <td></td>
        <td>flexbox | flex formatting context :: float intrusion
        </td>
      </tr>
      <tr id="flexbox_fbfc2-3" class="">
        <td>
            <a href="flexbox_fbfc2.htm">flexbox_fbfc2</a></td>
        <td><a href="reference/flexbox_fbfc2-ref.htm">=</a> </td>
        <td></td>
        <td>flexbox | flex formatting context :: float intrusion
        </td>
      </tr>
      <tr id="flexbox_flex-formatting-interop-3" class="">
        <td>
            <a href="flexbox_flex-formatting-interop.htm">flexbox_flex-formatting-interop</a></td>
        <td><a href="reference/flexbox_flex-formatting-interop-ref.htm">=</a> </td>
        <td></td>
        <td>flexbox | flex formatting context :: negative margins and border box
        </td>
      </tr>
      <tr id="flexbox_inline-3" class="">
        <td>
            <a href="flexbox_inline.htm">flexbox_inline</a></td>
        <td><a href="reference/flexbox_inline-ref.htm">=</a> </td>
        <td></td>
        <td>flexbox | inline
        </td>
      </tr>
      <tr id="flexbox_item-clear-3" class="">
        <td>
            <a href="flexbox_item-clear.htm">flexbox_item-clear</a></td>
        <td><a href="reference/flexbox_item-clear-ref.htm">=</a> </td>
        <td></td>
        <td>flexbox | cleared item
        </td>
      </tr>
      <tr id="flexbox_item-float-3" class="">
        <td>
            <a href="flexbox_item-float.htm">flexbox_item-float</a></td>
        <td><a href="reference/flexbox_item-float-ref.htm">=</a> </td>
        <td></td>
        <td>flexbox | floated item
        </td>
      </tr>
      <tr id="flexbox_item-vertical-align-3" class="">
        <td>
            <a href="flexbox_item-vertical-align.htm">flexbox_item-vertical-align</a></td>
        <td><a href="reference/flexbox_item-vertical-align-ref.htm">=</a> </td>
        <td></td>
        <td>flexbox | vertical-align
        </td>
      </tr>
      <tr id="flexbox_margin-3" class="">
        <td>
            <a href="flexbox_margin.htm">flexbox_margin</a></td>
        <td><a href="reference/flexbox_margin-ref.htm">=</a> </td>
        <td></td>
        <td>flexbox | margins
        </td>
      </tr>
      <tr id="flexbox_nested-flex-3" class="">
        <td>
            <a href="flexbox_nested-flex.htm">flexbox_nested-flex</a></td>
        <td><a href="reference/flexbox_generated-flex-ref.htm">=</a> </td>
        <td></td>
        <td>flexbox | nested flexcontainer
        </td>
      </tr>
      <tr id="flexible-box-float-3" class="">
        <td>
            <a href="flexible-box-float.htm">flexible-box-float</a></td>
        <td><a href="reference/flex-box-float-ref.htm">=</a> </td>
        <td></td>
        <td>flexible box flex item float effect
          <ul class="assert">
            <li>float has no effect on flex items</li>
          </ul>
        </td>
      </tr>
      <tr id="regions-flexbox-001-3" class="">
        <td>
            <a href="regions-flexbox-001.htm">regions-flexbox-001</a></td>
        <td><a href="reference/regions-flexbox-001-ref.htm">=</a> </td>
        <td></td>
        <td>CSS Regions: flowing flexbox elements in region
          <ul class="assert">
            <li>Test that flex containers are flowed inside a namedflow.</li>
          </ul>
        </td>
      </tr>
      <tr id="regions-flexbox-002-3" class="ahem">
        <td>
            <a href="regions-flexbox-002.htm">regions-flexbox-002</a></td>
        <td><a href="reference/regions-flexbox-001-ref.htm">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: flowing auto-height flexbox elements in region
          <ul class="assert">
            <li>Test that flex containers with auto height are flowed inside a namedflow.</li>
          </ul>
        </td>
      </tr>
      <tr id="regions-flexbox-003-3" class="ahem">
        <td>
            <a href="regions-flexbox-003.htm">regions-flexbox-003</a></td>
        <td><a href="reference/regions-flexbox-001-ref.htm">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: fixed sized region inside a fixed sized flexbox
          <ul class="assert">
            <li>Test that content is flowed in a region placed inside a flexbox.</li>
          </ul>
        </td>
      </tr>
      <tr id="regions-flexbox-004-3" class="ahem">
        <td>
            <a href="regions-flexbox-004.htm">regions-flexbox-004</a></td>
        <td><a href="reference/regions-flexbox-002-ref.htm">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: fixed sized region inside an auto height flexbox
          <ul class="assert">
            <li>Test that content is flowed in a region placed inside a flexbox with auto-height.</li>
          </ul>
        </td>
      </tr>
      <tr id="ttwf-reftest-flex-base-3" class="">
        <td>
            <a href="ttwf-reftest-flex-base.htm">ttwf-reftest-flex-base</a></td>
        <td><a href="reference/ttwf-reftest-flex-base-ref.htm">=</a> </td>
        <td></td>
        <td>display proprety - flex
          <ul class="assert">
            <li>Statement describing what the test case is asserting</li>
          </ul>
        </td>
      </tr>
    </tbody>
    <tbody id="s3.#flex-formatting-context">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s3.#valdef-display-flex">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s3.#valdef-display-inline-flex">
      <!-- 1 tests -->
      <tr id="ttwf-reftest-flex-inline-3.#valdef-display-inline-flex" class="">
        <td>
            <a href="ttwf-reftest-flex-inline.htm">ttwf-reftest-flex-inline</a></td>
        <td><a href="reference/ttwf-reftest-flex-inline-ref.htm">=</a> </td>
        <td></td>
        <td>display proprety - inline-flex
          <ul class="assert">
            <li>Statement describing what the test case is asserting</li>
          </ul>
        </td>
      </tr>
    </tbody>
  </table>

 </body>
</html>