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

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

Issue 228903002: [CSS Shapes] inset complex calc() args vanish in serialized computed style (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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-test-utils.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
index 9d70233092a4e9ee5944bb7b9f8ec5822cf3b348..178e030955aeb1720a3f320d694637e06a2d4ebb 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
@@ -55,6 +55,8 @@ PASS getCSSText("shape-outside", "inset(10px 20px 30px 40px round 5px 6px)") is
PASS getComputedStyleValue("shape-outside", "inset(10px 20px 30px 40px round 5px 6px)") is "inset(10px 20px 30px 40px round 5px 6px 5px 6px / 5px 6px 5px 6px)"
PASS getCSSText("shape-outside", "inset(10px 20px 30px 40px round 5px 6px 7px 8px / 50px 60px 70px 80px)") is "inset(10px 20px 30px 40px round 5px 6px 7px 8px / 50px 60px 70px 80px)"
PASS getComputedStyleValue("shape-outside", "inset(10px 20px 30px 40px round 5px 6px 7px 8px / 50px 60px 70px 80px)") is "inset(10px 20px 30px 40px round 5px 6px 7px 8px / 50px 60px 70px 80px)"
+PASS getCSSText("shape-outside", "inset(calc(25%*3 - 10in) 0 0 0)") is "inset(calc(75% - 10in) 0px 0px 0px)"
+PASS getComputedStyleValue("shape-outside", "inset(calc(25%*3 - 10in) 0 0 0)") is "inset(calc(75% - 960px) 0px 0px 0px round 0px 0px 0px 0px / 0px 0px 0px 0px)"
PASS getCSSText("shape-outside", "circle()") is "circle(at 50% 50%)"
PASS getComputedStyleValue("shape-outside", "circle()") is "circle(closest-side at 50% 50%)"
PASS getCSSText("shape-outside", "circle(farthest-side)") is "circle(farthest-side at 50% 50%)"
« no previous file with comments | « no previous file | LayoutTests/fast/shapes/parsing/parsing-test-utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698