Index: LayoutTests/css2.1/20110323/absolute-non-replaced-width-010.htm |
diff --git a/LayoutTests/css2.1/20110323/absolute-non-replaced-width-010.htm b/LayoutTests/css2.1/20110323/absolute-non-replaced-width-010.htm |
index b9666a0f42c14e636d875108e7f7d5c6a7b8d00a..d99c7d80c2736c3d469b6e9c8da4ba07718c67f2 100644 |
--- a/LayoutTests/css2.1/20110323/absolute-non-replaced-width-010.htm |
+++ b/LayoutTests/css2.1/20110323/absolute-non-replaced-width-010.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 'left' and 'width' are 'auto' and 'right' is not 'auto', then the width is shrink-to-fit and then solve for 'left'."> |
<style type="text/css"> |
#div1 |