mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
421 lines
No EOL
23 KiB
HTML
421 lines
No EOL
23 KiB
HTML
|
|
|
|
<!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 (32 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="https://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="https://www.w3.org/TR/css3-ui/#box-sizing">3.1 box-sizing property</a></th></tr>
|
|
<!-- 32 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-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-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-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="">
|
|
<td>
|
|
<a href="box-sizing-border-box-001.xht">box-sizing-border-box-001</a></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="">
|
|
<td>
|
|
<a href="box-sizing-border-box-002.xht">box-sizing-border-box-002</a></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="">
|
|
<td>
|
|
<a href="box-sizing-border-box-003.xht">box-sizing-border-box-003</a></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="">
|
|
<td>
|
|
<a href="box-sizing-border-box-004.xht">box-sizing-border-box-004</a></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="">
|
|
<td>
|
|
<a href="box-sizing-content-box-001.xht">box-sizing-content-box-001</a></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="">
|
|
<td>
|
|
<a href="box-sizing-content-box-002.xht">box-sizing-content-box-002</a></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="">
|
|
<td>
|
|
<a href="box-sizing-content-box-003.xht">box-sizing-content-box-003</a></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="image">
|
|
<td>
|
|
<a href="box-sizing-replaced-001.xht">box-sizing-replaced-001</a></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="image">
|
|
<td>
|
|
<a href="box-sizing-replaced-002.xht">box-sizing-replaced-002</a></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="image">
|
|
<td>
|
|
<a href="box-sizing-replaced-003.xht">box-sizing-replaced-003</a></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.#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> |