Index: LayoutTests/css2.1/20110323/absolute-non-replaced-width-005.htm |
diff --git a/LayoutTests/css2.1/20110323/absolute-non-replaced-width-005.htm b/LayoutTests/css2.1/20110323/absolute-non-replaced-width-005.htm |
index 93a035687b34dc1b9bcd3bad2100325e01dc910c..b88a3a60194c0e5ba3c0d8d0c39b49845daa52e7 100644 |
--- a/LayoutTests/css2.1/20110323/absolute-non-replaced-width-005.htm |
+++ b/LayoutTests/css2.1/20110323/absolute-non-replaced-width-005.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 'rtl' 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-right' to zero and solve for 'margin-left'."> |
<style type="text/css"> |
#div1 |