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

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

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
« no previous file with comments | « no previous file | LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/shapes/parsing/parsing-shape-margin.html
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-margin.html b/LayoutTests/fast/shapes/parsing/parsing-shape-margin.html
index e5b6269988f0d19d6448f7816f64fb4cf2547851..d461c99b43679b97270322e433dc281dce4d3ab6 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-margin.html
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-margin.html
@@ -27,7 +27,8 @@ applyToEachArglist(
["shape-margin", "1px", "1px"],
["shape-margin", "-5em", "0px"],
["shape-margin", "identifier", "0px"],
- ["shape-margin", "\'string\'", "0px"]]
+ ["shape-margin", "\'string\'", "0px"],
+ ["shape-margin", "calc(25%*3 - 10in)", "calc(-960px + 75%)"]]
);
applyToEachArglist(
« no previous file with comments | « no previous file | LayoutTests/fast/shapes/parsing/parsing-shape-margin-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698