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

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: Created 7 years, 3 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..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

Powered by Google App Engine
This is Rietveld 408576698