Index: LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-007.htm |
diff --git a/LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-007.htm b/LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-007.htm |
index 106df6618cccb117c8567994a972766bbdf6a495..d83b899b3a5d363f5bb36d5c19e5e82e1d431ed7 100644 |
--- a/LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-007.htm |
+++ b/LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-007.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 overall height of the content, 'margin-top', 'auto' is set to '0' and solve for 'top', when 'top' and 'height' are both 'auto' and 'bottom' is not 'auto'."> |
<style type="text/css"> |
#div1 |