| Index: third_party/WebKit/LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-009.htm
|
| diff --git a/third_party/WebKit/LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-009.htm b/third_party/WebKit/LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-009.htm
|
| deleted file mode 100644
|
| index 66aa2e163ccb0347cff510ec0aa1a7458de7c76a..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-009.htm
|
| +++ /dev/null
|
| @@ -1,46 +0,0 @@
|
| -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
| -<html>
|
| - <head>
|
| - <title>CSS Test: Max-height on absolutely positioned, non-replaced elements, height is shrink-to-fit</title>
|
| - <link rel="author" title="Microsoft" href="http://www.microsoft.com/">
|
| - <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">
|
| - <meta name="flags" content="ahem">
|
| - <script src="../../resources/ahem.js"></script>
|
| - <meta name="assert" content="The 'height' is based on the content height, 'auto' values for 'margin-top' and 'margin-bottom' are set to '0' when 'height' and 'bottom' are 'auto' and 'top' is not 'auto'.">
|
| - <style type="text/css">
|
| - #div1
|
| - {
|
| - position: relative;
|
| - }
|
| - #div2
|
| - {
|
| - background: blue;
|
| - height: 0.5in;
|
| - left: 1in;
|
| - position: absolute;
|
| - top: 0.25in;
|
| - width: 1in;
|
| - }
|
| - #div3
|
| - {
|
| - background: orange;
|
| - bottom: auto;
|
| - font: 1in/1em Ahem;
|
| - height: auto;
|
| - margin-bottom: auto;
|
| - margin-top: auto;
|
| - max-height: 0.5in;
|
| - position: absolute;
|
| - top: 0.25in;
|
| - width: 1in;
|
| - }
|
| - </style>
|
| - </head>
|
| - <body>
|
| - <p>Test passes if the orange and blue boxes below are the same height.</p>
|
| - <div id="div1">
|
| - <div id="div2"></div>
|
| - <div id="div3"> </div>
|
| - </div>
|
| - </body>
|
| -</html>
|
|
|