Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-calc-expected.txt

Issue 23651010: Fix getComputedStyle background-position to output calc values (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update test and cleanup the patch Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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%)

Powered by Google App Engine
This is Rietveld 408576698