Index: LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-009.htm |
diff --git a/LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-009.htm b/LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-009.htm |
index 62990a997f68d91252840d7d456e99ce9c492dcd..66aa2e163ccb0347cff510ec0aa1a7458de7c76a 100644 |
--- a/LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-009.htm |
+++ b/LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-009.htm |
@@ -5,6 +5,7 @@ |
<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 |