| Index: LayoutTests/css2.1/20110323/inline-block-non-replaced-width-004.htm
|
| diff --git a/LayoutTests/css2.1/20110323/inline-block-non-replaced-width-004.htm b/LayoutTests/css2.1/20110323/inline-block-non-replaced-width-004.htm
|
| index 28f36071b7777074fef8a8cd685c2c359168a49a..83f7787224bc5a3abd4d3c9cf72ea82b0738b3c8 100644
|
| --- a/LayoutTests/css2.1/20110323/inline-block-non-replaced-width-004.htm
|
| +++ b/LayoutTests/css2.1/20110323/inline-block-non-replaced-width-004.htm
|
| @@ -11,6 +11,7 @@
|
| <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-widths">
|
| <meta content="If 'width' of an inline-block, non-replaced element in normal flow computes to 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of an inline-block, non-replaced element in normal flow is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If 'width' of an inline-block, non-replaced element in normal flow computes to 'auto' but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation." name="assert">
|
| <meta content="ahem" name="flags">
|
| + <script src="../../resources/ahem.js"></script>
|
|
|
| <style type="text/css">
|
| div
|
|
|