Chromium Code Reviews| Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-calc-expected.txt |
| diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-calc-expected.txt b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-calc-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..75dea115baf4763b420743cd8895e5d17c8438b4 |
| --- /dev/null |
| +++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-calc-expected.txt |
| @@ -0,0 +1,3 @@ |
| +Test calling on background-position property specified with calc on computed styles. |
| + |
| +left calc(10% + 20) bottom calc(30 + 40%) |
|
mithro-old
2013/10/08 05:08:11
You actually need:
left calc(10% + 20px) bottom ca
|