Index: LayoutTests/css2.1/20110323/absolute-non-replaced-height-009.htm |
diff --git a/LayoutTests/css2.1/20110323/absolute-non-replaced-height-009.htm b/LayoutTests/css2.1/20110323/absolute-non-replaced-height-009.htm |
index 97270d3fd26ac6df035fde68835044753eacffa8..140f56655f3265eb67a20148887033a5dc83aab1 100644 |
--- a/LayoutTests/css2.1/20110323/absolute-non-replaced-height-009.htm |
+++ b/LayoutTests/css2.1/20110323/absolute-non-replaced-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 |