Index: LayoutTests/css3/calc/calc-numbers-expected.txt |
diff --git a/LayoutTests/css3/calc/calc-numbers-expected.txt b/LayoutTests/css3/calc/calc-numbers-expected.txt |
index 48ffef0768c9e2b1a1ef30eff3e48222e824db9d..77cd938c9884c6175b9272dadf18b9f0ee192a51 100644 |
--- a/LayoutTests/css3/calc/calc-numbers-expected.txt |
+++ b/LayoutTests/css3/calc/calc-numbers-expected.txt |
@@ -3,6 +3,7 @@ PASS getComputedValue(".int-non-neg-invalid", "tabSize") is "12345" |
PASS Number(getComputedValue(".float", "opacity")) is within 0.0001 of 0.5 |
PASS getComputedValue(".float-invalid", "tabSize") is "12345" |
PASS Number(getComputedValue(".px-invalid", "opacity")) is within 0.0001 of 0.9 |
+PASS getComputedValue(".num-length-invalid", "tabSize") is "12345" |
PASS successfullyParsed is true |
TEST COMPLETE |