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

Unified Diff: LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt

Issue 252113004: [CSS Shapes] complex calc values for shape-margin return null for computed style (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix expected result Created 6 years, 8 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/shapes/parsing/parsing-shape-margin-expected.txt
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt b/LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt
index 3ccd3053d6674c2a1421a389b542d388618a7c8e..c6df3ace69d4855d287cd736d105e5e0051e6a6e 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt
@@ -21,6 +21,7 @@ PASS getComputedStyleValue("shape-margin", "1px") is "1px"
PASS getComputedStyleValue("shape-margin", "-5em") is "0px"
PASS getComputedStyleValue("shape-margin", "identifier") is "0px"
PASS getComputedStyleValue("shape-margin", "'string'") is "0px"
+PASS getComputedStyleValue("shape-margin", "calc(25%*3 - 10in)") is "calc(-960px + 75%)"
PASS getChildComputedStyle("shape-margin", "0", "0") is "0px"
PASS getChildComputedStyle("shape-margin", "0", "1px") is "1px"
PASS getChildComputedStyle("shape-margin", "1px", "-1em") is "0px"
« no previous file with comments | « LayoutTests/fast/shapes/parsing/parsing-shape-margin.html ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698