Index: LayoutTests/fast/css/getComputedStyle/computed-style-negative-top-expected.txt |
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-negative-top-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-negative-top-expected.txt |
index 1cf6f8beb0d1af07b01de29ca434d4b265cccc13..eabcfe055a016f76575a31bba8d14a52e36837f1 100644 |
--- a/LayoutTests/fast/css/getComputedStyle/computed-style-negative-top-expected.txt |
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-negative-top-expected.txt |
@@ -1 +1,22 @@ |
-Test succeeded! Top is -1px. |
+Without not height |
+Test succeeded! top is -1px. |
+Test succeeded! left is -2px. |
+Test succeeded! bottom is 1px. |
+Test succeeded! right is 2px. |
+100px * 0px |
+ |
+Without height:100%; |
+Test succeeded! top is -1px. |
+Test succeeded! left is -2px. |
+Test succeeded! bottom is 1px. |
+Test succeeded! right is 2px. |
+100px * 200px |
+ |
+Without height:auto; |
+Test succeeded! top is -1px. |
+Test succeeded! left is -2px. |
+Test succeeded! bottom is 1px. |
+Test succeeded! right is 2px. |
+100px * 0px |
+ |
+ |