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..6ffd2763a12007dca3df7e62a93193cf194459d6 |
| --- /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% + 20px) bottom calc(30px + 40%) |