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

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

Issue 227793002: [CSS Shapes] inset args and radial args should serialize to the simplest form (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase and fix calc expectation 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-lengths-expected.txt
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-lengths-expected.txt b/LayoutTests/fast/shapes/parsing/parsing-shape-lengths-expected.txt
index 48d7eca8b0dca9a8f6052dca62322c4bda7ee3ff..69322df909e0dae2284dc6a918afe0c63d62a6cb 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-lengths-expected.txt
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-lengths-expected.txt
@@ -7,11 +7,11 @@ PASS getStyleValue("shape-outside", "circle(0 at 0 0)") is "circle(0px at 0% 0%)
PASS getStyleValue("shape-outside", "circle(1px at +1px -1px)") is "circle(1px at 1px -1px)"
PASS getStyleValue("shape-outside", "circle(1.5px at -1.5px +1.5px)") is "circle(1.5px at -1.5px 1.5px)"
PASS getStyleValue("shape-outside", "circle(.5px at -.5px +.5px)") is "circle(0.5px at -0.5px 0.5px)"
-PASS getStyleValue("shape-outside", "inset(1cm 1mm 1in 1px round 1pt 1pc)") is "inset(1cm 1mm 1in 1px round 1pt 1pc 1pt 1pc / 1pt 1pc 1pt 1pc)"
-PASS getStyleValue("shape-outside", "inset(-1px 1px 1px 1px round 1px 1px 1px 1px)") is "inset(-1px 1px 1px 1px round 1px 1px 1px 1px / 1px 1px 1px 1px)"
-PASS getStyleValue("shape-outside", "inset(1px -1px 1px 1px round 1px 1px 1px 1px)") is "inset(1px -1px 1px 1px round 1px 1px 1px 1px / 1px 1px 1px 1px)"
-PASS getStyleValue("shape-outside", "inset(1px 1px -1px 1px round 1px 1px 1px 1px)") is "inset(1px 1px -1px 1px round 1px 1px 1px 1px / 1px 1px 1px 1px)"
-PASS getStyleValue("shape-outside", "inset(1px 1px 1px -1px round 1px 1px 1px 1px)") is "inset(1px 1px 1px -1px round 1px 1px 1px 1px / 1px 1px 1px 1px)"
+PASS getStyleValue("shape-outside", "inset(1cm 1mm 1in 1px round 1pt 1pc)") is "inset(1cm 1mm 1in 1px round 1pt 1pc)"
+PASS getStyleValue("shape-outside", "inset(-1px 1px 1px 1px round 1px 1px 1px 1px)") is "inset(-1px 1px 1px round 1px)"
+PASS getStyleValue("shape-outside", "inset(1px -1px 1px 1px round 1px 1px 1px 1px)") is "inset(1px -1px 1px 1px round 1px)"
+PASS getStyleValue("shape-outside", "inset(1px 1px -1px 1px round 1px 1px 1px 1px)") is "inset(1px 1px -1px round 1px)"
+PASS getStyleValue("shape-outside", "inset(1px 1px 1px -1px round 1px 1px 1px 1px)") is "inset(1px 1px 1px -1px round 1px)"
PASS getStyleValue("shape-outside", "circle(1em at -1em +1em)") is "circle(1em at -1em 1em)"
PASS getStyleValue("shape-outside", "circle(1.5em at -1.5em +1.5em)") is "circle(1.5em at -1.5em 1.5em)"
PASS getStyleValue("shape-outside", "circle(.5em at -.5em +.5em)") is "circle(0.5em at -0.5em 0.5em)"
@@ -26,11 +26,11 @@ PASS getComputedStyleValue("shape-outside", "circle(1.5vw at .5vw 1vw)") is "cir
PASS getComputedStyleValue("shape-outside", "circle(1.5vh at .5vh 1vh)") is "circle(9px at 3px 6px)"
PASS getComputedStyleValue("shape-outside", "circle(1.5vmin at .5vmin 1vmin)") is "circle(9px at 3px 6px)"
PASS getStyleValue("shape-outside", "circle(100% at 100% 100%)") is "circle(100% at 100% 100%)"
-PASS getStyleValue("shape-outside", "inset(45% 45% 90% 60% round 25% 10%)") is "inset(45% 45% 90% 60% round 25% 10% 25% 10% / 25% 10% 25% 10%)"
+PASS getStyleValue("shape-outside", "inset(45% 45% 90% 60% round 25% 10%)") is "inset(45% 45% 90% 60% round 25% 10%)"
PASS getStyleValue("shape-outside", "ellipse(100% 100% at 100% 100%)") is "ellipse(100% 100% at 100% 100%)"
PASS getStyleValue("shape-outside", "polygon(10% 20%, 30% 40%, 40% 50%)") is "polygon(10% 20%, 30% 40%, 40% 50%)"
PASS getComputedStyleValue("shape-outside", "circle(150% at 50% 100%)") is "circle(150% at 50% 100%)"
-PASS getComputedStyleValue("shape-outside", "inset(45% 45% 90% 60% round 25% 10%)") is "inset(45% 45% 90% 60% round 25% 10% 25% 10% / 25% 10% 25% 10%)"
+PASS getComputedStyleValue("shape-outside", "inset(45% 45% 90% 60% round 25% 10%)") is "inset(45% 45% 90% 60% round 25% 10%)"
PASS getComputedStyleValue("shape-outside", "ellipse(100% 100% at 100% 100%)") is "ellipse(100% 100% at 100% 100%)"
PASS getComputedStyleValue("shape-outside", "polygon(10% 20%, 30% 40%, 40% 50%)") is "polygon(10% 20%, 30% 40%, 40% 50%)"
PASS getStyleValue("shape-outside", "circle(1 at 1px 1px)") is null

Powered by Google App Engine
This is Rietveld 408576698