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
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Box Model addition - CSS Basic User Interface Module Level 3 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 Basic User Interface Module Level 3 CR Test Suite</h1>
<h2>Box Model addition (35 tests)</h2>
<table width="100%">
<col id="test-column"></col>
<col id="refs-column"></col>
<col id="flags-column"></col>
<col id="info-column"></col>
<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="http://www.w3.org/TR/css3-ui/#box-model">3 Box Model addition</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s3.1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s3.1">+</a>
<a href="http://www.w3.org/TR/css3-ui/#box-sizing">3.1 box-sizing property</a></th></tr>
<!-- 35 tests -->
<tr id="box-sizing-001-3.1" class="primary">
<td><strong>
<a href="box-sizing-001.xht">box-sizing-001</a></strong></td>
<td><a href="reference/box-sizing-001-ref.xht">=</a> </td>
<td></td>
<td>box-sizing:border-box and CSS2.1 10.3.3
<ul class="assert">
<li>When box-sizing is border-box, the content width, rather than the computed value of the width property, is considered when checking whether a block is larger than its containing block.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-002-3.1" class="primary">
<td><strong>
<a href="box-sizing-002.xht">box-sizing-002</a></strong></td>
<td><a href="reference/box-sizing-001-ref.xht">=</a> </td>
<td></td>
<td>box-sizing:padding-box and CSS2.1 10.3.3
<ul class="assert">
<li>When box-sizing is padding-box, the content width, rather than the computed value of the width property, is considered when checking whether a block is larger than its containing block.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-003-3.1" class="primary">
<td><strong>
<a href="box-sizing-003.xht">box-sizing-003</a></strong></td>
<td><a href="reference/box-sizing-001-ref.xht">=</a> </td>
<td></td>
<td>box-sizing:border-box and CSS2.1 10.3.7
<ul class="assert">
<li>When box-sizing is border-box, the content width, rather than the computed value of the width property, should be used in the the constraint that determines the used values of sizing and positioning properties of absolutely positioned elements.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-004-3.1" class="primary">
<td><strong>
<a href="box-sizing-004.xht">box-sizing-004</a></strong></td>
<td><a href="reference/box-sizing-001-ref.xht">=</a> </td>
<td></td>
<td>box-sizing:padding-box and CSS2.1 10.3.7
<ul class="assert">
<li>When box-sizing is padding-box, the content width, rather than the computed value of the width property, should be used in the the constraint that determines the used values of sizing and positioning properties of absolutely positioned elements.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-005-3.1" class="primary">
<td><strong>
<a href="box-sizing-005.xht">box-sizing-005</a></strong></td>
<td><a href="reference/box-sizing-001-ref.xht">=</a> </td>
<td></td>
<td>box-sizing:border-box and CSS2.1 10.6.4
<ul class="assert">
<li>When box-sizing is border-box, the content height, rather than the computed value of the height property, should be used in the the constraint that determines the used values of sizing and positioning properties of absolutely positioned elements.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-006-3.1" class="primary">
<td><strong>
<a href="box-sizing-006.xht">box-sizing-006</a></strong></td>
<td><a href="reference/box-sizing-001-ref.xht">=</a> </td>
<td></td>
<td>box-sizing:padding-box and CSS2.1 10.6.4
<ul class="assert">
<li>When box-sizing is padding-box, the content height, rather than the computed value of the height property, should be used in the the constraint that determines the used values of sizing and positioning properties of absolutely positioned elements.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-007-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-007.xht">box-sizing-007</a></strong></td>
<td><a href="reference/box-sizing-007-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>box-sizing:border-box and auto sizing of intrinsicly sized replaced elements.
<ul class="assert">
<li>Exercises the sizing rules in CSS2.1 10.3.2 and 10.6.2 with box-sizing:border-box for replaced elements with either both intrisic dimentions or an intrinsic ratio, to check that they work correctly in terms of the content width height.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-008-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-008.xht">box-sizing-008</a></strong></td>
<td><a href="reference/box-sizing-008-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>box-sizing:border-box and auto sizing of replaced elements with intrinisic width only.
<ul class="assert">
<li>Exercises the sizing rules in CSS2.1 10.3.2 and 10.6.2 with box-sizing:border-box for replaced elements with intrisic width and no intrinsic ratio, to check that they work correctly in terms of the content width height.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-009-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-009.xht">box-sizing-009</a></strong></td>
<td><a href="reference/box-sizing-009-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>box-sizing:border-box and auto sizing of replaced elements with intrinisic height only.
<ul class="assert">
<li>Exercises the sizing rules in CSS2.1 10.3.2 and 10.6.2 with box-sizing:border-box for replaced elements with intrisic height and no intrinsic ratio, to check that they work correctly in terms of the content width height.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-010-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-010.xht">box-sizing-010</a></strong></td>
<td><a href="reference/box-sizing-010-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>auto sizing rules with box-sizing:border-box, intrinsic width and height, h > max-height
<ul class="assert">
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and height with the h > max-height constraint violation are properly interpreted when box-sizing is border-box.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-011-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-011.xht">box-sizing-011</a></strong></td>
<td><a href="reference/box-sizing-010-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>auto sizing rules with box-sizing:border-box, intrinsic width and height, w > max-width
<ul class="assert">
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and height with the w > max-width constraint violation are properly interpreted when box-sizing is border-box.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-012-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-012.xht">box-sizing-012</a></strong></td>
<td><a href="reference/box-sizing-012-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>auto sizing rules with box-sizing:border-box, intrinsic width, h > max-height
<ul class="assert">
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width with the h > max-height constraint violation are properly interpreted when box-sizing is border-box.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-013-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-013.xht">box-sizing-013</a></strong></td>
<td><a href="reference/box-sizing-013-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>auto sizing rules with box-sizing:border-box, intrinsic height, w > max-width
<ul class="assert">
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height with the w > max-width constraint violation are properly interpreted when box-sizing is border-box.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-014-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-014.xht">box-sizing-014</a></strong></td>
<td><a href="reference/box-sizing-010-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>auto sizing rules with box-sizing:border-box, intrinsic width and ratio, h > max-height
<ul class="assert">
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and ratio with the h > max-height constraint violation are properly interpreted when box-sizing is border-box.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-015-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-015.xht">box-sizing-015</a></strong></td>
<td><a href="reference/box-sizing-010-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>auto sizing rules with box-sizing:border-box, intrinsic height and ratio, w > max-width
<ul class="assert">
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height and ratio with the w > max-width constraint violation are properly interpreted when box-sizing is border-box.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-016-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-016.xht">box-sizing-016</a></strong></td>
<td><a href="reference/box-sizing-010-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>auto sizing rules with box-sizing:border-box, intrinsic ratio, h > max-height
<ul class="assert">
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic ratio with the h > max-height constraint violation are properly interpreted when box-sizing is border-box.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-017-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-017.xht">box-sizing-017</a></strong></td>
<td><a href="reference/box-sizing-010-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>auto sizing rules with box-sizing:border-box, intrinsic ratio, w > max-width
<ul class="assert">
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic ratio with the w > max-width constraint violation are properly interpreted when box-sizing is border-box.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-018-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-018.xht">box-sizing-018</a></strong></td>
<td><a href="reference/box-sizing-010-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>auto sizing rules with box-sizing:border-box, intrinsic height and ratio, w > max-wdith and h > max-height and max-width/w &#8804; max-height/h
<ul class="assert">
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height and ratio with the w > max-width and h > max-height constraint violation and max-width/w &#8804; max-height/h are properly interpreted when box-sizing is border-box.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-019-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-019.xht">box-sizing-019</a></strong></td>
<td><a href="reference/box-sizing-010-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>auto sizing rules with box-sizing:border-box, intrinsic width and ratio, w > max-wdith and h > max-height and max-width/w > max-height/h
<ul class="assert">
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and ratio with the w > max-width and h > max-height constraint violation and max-width/w > max-height/h are properly interpreted when box-sizing is border-box.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-020-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-020.xht">box-sizing-020</a></strong></td>
<td><a href="reference/box-sizing-020-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>auto sizing rules with box-sizing:border-box, intrinsic width and height, h < min-height
<ul class="assert">
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and height with the h < min-height constraint violation are properly interpreted when box-sizing is border-box.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-021-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-021.xht">box-sizing-021</a></strong></td>
<td><a href="reference/box-sizing-020-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>auto sizing rules with box-sizing:border-box, intrinsic width and height, w < win-width
<ul class="assert">
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and height with the w < min-width constraint violation are properly interpreted when box-sizing is border-box.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-022-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-022.xht">box-sizing-022</a></strong></td>
<td><a href="reference/box-sizing-022-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>auto sizing rules with box-sizing:border-box, intrinsic width, w < min-width
<ul class="assert">
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width with the w < min-width constraint violation are properly interpreted when box-sizing is border-box.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-023-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-023.xht">box-sizing-023</a></strong></td>
<td><a href="reference/box-sizing-023-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>auto sizing rules with box-sizing:border-box, intrinsic height, h < min-height
<ul class="assert">
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height with the h < min-height constraint violation are properly interpreted when box-sizing is border-box.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-024-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-024.xht">box-sizing-024</a></strong></td>
<td><a href="reference/box-sizing-020-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>auto sizing rules with box-sizing:border-box, intrinsic width and ratio, h < mi:-height
<ul class="assert">
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and ratio with the h < min-height constraint violation are properly interpreted when box-sizing is border-box.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-025-3.1" class="primary svg">
<td><strong>
<a href="box-sizing-025.xht">box-sizing-025</a></strong></td>
<td><a href="reference/box-sizing-020-ref.xht">=</a> </td>
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
<td>auto sizing rules with box-sizing:border-box, intrinsic height and ratio, w < min-width
<ul class="assert">
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height and ratio with the w < min-width constraint violation are properly interpreted when box-sizing is border-box.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-border-box-001-3.1" class="primary">
<td><strong>
<a href="box-sizing-border-box-001.xht">box-sizing-border-box-001</a></strong></td>
<td><a href="reference/box-sizing-border-box-001-ref.xht">=</a> </td>
<td></td>
<td>Box Sizing - Border-Box with specified width
<ul class="assert">
<li>box-sizing: border-box should make the element's (percentage) width be the distance from the left border edge to the right border edge.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-border-box-002-3.1" class="primary">
<td><strong>
<a href="box-sizing-border-box-002.xht">box-sizing-border-box-002</a></strong></td>
<td><a href="reference/box-sizing-border-box-002-ref.xht">=</a> </td>
<td></td>
<td>Box Sizing - Border-Box with specified width
<ul class="assert">
<li>box-sizing: border-box should make the element's (percentage) width be the distance from the left border edge to the right border edge.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-border-box-003-3.1" class="primary">
<td><strong>
<a href="box-sizing-border-box-003.xht">box-sizing-border-box-003</a></strong></td>
<td><a href="reference/box-sizing-border-box-003-ref.xht">=</a> </td>
<td></td>
<td>Box Sizing - Border-Box with specified width/height
<ul class="assert">
<li>box-sizing: border-box should make the element's (percentage) width be the distance from the left border edge to the right border edge and the height be the distance from the top border edge to the bottom border edge.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-border-box-004-3.1" class="primary">
<td><strong>
<a href="box-sizing-border-box-004.xht">box-sizing-border-box-004</a></strong></td>
<td><a href="reference/box-sizing-border-box-004-ref.xht">=</a> </td>
<td></td>
<td>Box Sizing - Border-Box with min/max width/height
<ul class="assert">
<li>box-sizing: border-box should make the element's (length) width be the distance from the left border edge to the right border edge and the height be the distance from the top border edge to the bottom border edge.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-content-box-001-3.1" class="primary">
<td><strong>
<a href="box-sizing-content-box-001.xht">box-sizing-content-box-001</a></strong></td>
<td><a href="reference/box-sizing-content-box-001-ref.xht">=</a> </td>
<td></td>
<td>Box Sizing - Content-Box with specified width/height
<ul class="assert">
<li>box-sizing: content-box should make the element's (percentage) width be the distance from the left content edge to the right content edge and the height be the distance from the top content edge to the bottom content edge.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-content-box-002-3.1" class="primary">
<td><strong>
<a href="box-sizing-content-box-002.xht">box-sizing-content-box-002</a></strong></td>
<td><a href="reference/box-sizing-content-box-002-ref.xht">=</a> </td>
<td></td>
<td>Box Sizing - Content-Box with specified width/height
<ul class="assert">
<li>box-sizing: content-box should make the element's (calc) width be the distance from the left content edge to the right content edge and the height be the distance from the top content edge to the bottom content edge.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-content-box-003-3.1" class="primary">
<td><strong>
<a href="box-sizing-content-box-003.xht">box-sizing-content-box-003</a></strong></td>
<td><a href="reference/box-sizing-content-box-003-ref.xht">=</a> </td>
<td></td>
<td>Box Sizing - Content-Box with min/max width/height
<ul class="assert">
<li>box-sizing: content-box should make the element's (percentage) width be the distance from the left content edge to the right content edge and the height be the distance from the top content edge to the bottom content edge.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-replaced-001-3.1" class="primary image">
<td><strong>
<a href="box-sizing-replaced-001.xht">box-sizing-replaced-001</a></strong></td>
<td><a href="reference/box-sizing-replaced-001-ref.xht">=</a> </td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing
<ul class="assert">
<li>All images should be sized at 75px x 75px, with 5px of padding around each.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-replaced-002-3.1" class="primary image">
<td><strong>
<a href="box-sizing-replaced-002.xht">box-sizing-replaced-002</a></strong></td>
<td><a href="reference/box-sizing-replaced-002-ref.xht">=</a> </td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing
<ul class="assert">
<li>All images should be sized at 75px x 75px, with 5px of padding and 5px of blue border around each.</li>
</ul>
</td>
</tr>
<tr id="box-sizing-replaced-003-3.1" class="primary image">
<td><strong>
<a href="box-sizing-replaced-003.xht">box-sizing-replaced-003</a></strong></td>
<td><a href="reference/box-sizing-replaced-003-ref.xht">=</a> </td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing
<ul class="assert">
<li>All images should be sized at 75px x 75px.</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s3.1.#box-sizing-example">
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#example-ede4dfdf">
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#max-inner-height">
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#max-inner-width">
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#min-inner-height">
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#min-inner-width">
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#propdef-box-sizing">
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#valdef-box-sizing-border-box">
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#valdef-box-sizing-content-box">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>
|