Index: LayoutTests/css2.1/20110323/absolute-non-replaced-width-004.htm |
diff --git a/LayoutTests/css2.1/20110323/absolute-non-replaced-width-004.htm b/LayoutTests/css2.1/20110323/absolute-non-replaced-width-004.htm |
index 137e3d39462cfcff89738d18f1667a15f88e882b..a9c346aa58f42466b6e5bfc7778be629f2aace54 100644 |
--- a/LayoutTests/css2.1/20110323/absolute-non-replaced-width-004.htm |
+++ b/LayoutTests/css2.1/20110323/absolute-non-replaced-width-004.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-width"> |
<meta name="flags" content="ahem"> |
+ <script src="../../resources/ahem.js"></script> |
<meta name="assert" content="When direction is 'ltr' and 'left', 'width' and 'right' are not 'auto', solve for 'margin-right' and 'margin-left' to equal values. If this would make 'margin-left' and 'margin-right' negative, then set 'margin-left' to zero and solve for 'margin-right'."> |
<style type="text/css"> |
#div1 |