Index: LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-002.htm |
diff --git a/LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-002.htm b/LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-002.htm |
index e14611dc7f1b0ce90aa0d15c72e3f6de735a04bd..a422a6bac6668fd9c61dd0d6496ab02ff1af0588 100644 |
--- a/LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-002.htm |
+++ b/LayoutTests/css2.1/20110323/absolute-non-replaced-max-height-002.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="When 'top', 'height', and 'bottom' of an absolutely positioned element are 'auto', then set 'top' to the static position and make 'height' based on the content; such height may be constrained by a given 'max-height' value."> |
<style type="text/css"> |
#div1 |