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

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

Issue 300843011: [CSS Shapes] serialization of the computed value should omit the default radii (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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-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 3067422320d353a2a5583eeed96fc3e9146b6f1b..584ef40d4720d33410e7321e48160e237c0dc96a 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
@@ -72,11 +72,13 @@ PASS getComputedStyleValue("shape-outside", "inset(calc(25%*3 - 10in) 0 0 0)") i
PASS getCSSText("shape-outside", "inset(10px 10px 10px 10px round calc(25%*3 - 10in))") is "inset(10px round calc(75% - 10in))"
PASS getComputedStyleValue("shape-outside", "inset(10px 10px 10px 10px round calc(25%*3 - 10in))") is "inset(10px round calc(-960px + 75%))"
PASS getCSSText("shape-outside", "circle()") is "circle(at 50% 50%)"
-PASS getComputedStyleValue("shape-outside", "circle()") is "circle(closest-side at 50% 50%)"
+PASS getComputedStyleValue("shape-outside", "circle()") is "circle(at 50% 50%)"
PASS getCSSText("shape-outside", "circle(farthest-side)") is "circle(farthest-side at 50% 50%)"
PASS getComputedStyleValue("shape-outside", "circle(farthest-side)") is "circle(farthest-side at 50% 50%)"
-PASS getCSSText("shape-outside", "circle(closest-side)") is "circle(closest-side at 50% 50%)"
-PASS getComputedStyleValue("shape-outside", "circle(closest-side)") is "circle(closest-side at 50% 50%)"
+PASS getCSSText("shape-outside", "circle()") is "circle(at 50% 50%)"
+PASS getComputedStyleValue("shape-outside", "circle()") is "circle(at 50% 50%)"
+PASS getCSSText("shape-outside", "circle(closest-side at 50px 50px)") is "circle(at 50px 50px)"
+PASS getComputedStyleValue("shape-outside", "circle(closest-side at 50px 50px)") is "circle(at 50px 50px)"
PASS getCSSText("shape-outside", "circle(10px)") is "circle(10px at 50% 50%)"
PASS getComputedStyleValue("shape-outside", "circle(10px)") is "circle(10px at 50% 50%)"
PASS getCSSText("shape-outside", "circle(10px at 10px)") is "circle(10px at 10px 50%)"
@@ -84,13 +86,13 @@ PASS getComputedStyleValue("shape-outside", "circle(10px at 10px)") is "circle(1
PASS getCSSText("shape-outside", "circle(10px at 10px 10px)") is "circle(10px at 10px 10px)"
PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px)") is "circle(10px at 10px 10px)"
PASS getCSSText("shape-outside", "circle(at 10px)") is "circle(at 10px 50%)"
-PASS getComputedStyleValue("shape-outside", "circle(at 10px)") is "circle(closest-side at 10px 50%)"
+PASS getComputedStyleValue("shape-outside", "circle(at 10px)") is "circle(at 10px 50%)"
PASS getCSSText("shape-outside", "circle(at 10px 10px)") is "circle(at 10px 10px)"
-PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px)") is "circle(closest-side at 10px 10px)"
+PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px)") is "circle(at 10px 10px)"
PASS getCSSText("shape-outside", "circle(at top left)") is "circle(at 0% 0%)"
-PASS getComputedStyleValue("shape-outside", "circle(at top left)") is "circle(closest-side at 0% 0%)"
+PASS getComputedStyleValue("shape-outside", "circle(at top left)") is "circle(at 0% 0%)"
PASS getCSSText("shape-outside", "circle(at right bottom)") is "circle(at 100% 100%)"
-PASS getComputedStyleValue("shape-outside", "circle(at right bottom)") is "circle(closest-side at 100% 100%)"
+PASS getComputedStyleValue("shape-outside", "circle(at right bottom)") is "circle(at 100% 100%)"
PASS getCSSText("shape-outside", "circle(10px at left top 10px)") is "circle(10px at 0% 10px)"
PASS getComputedStyleValue("shape-outside", "circle(10px at left top 10px)") is "circle(10px at 0% 10px)"
PASS getCSSText("shape-outside", "circle(10px at top 10px left 10px)") is "circle(10px at 10px 10px)"
@@ -102,37 +104,45 @@ PASS getComputedStyleValue("shape-outside", "circle(10px at right 0px bottom 0px
PASS getCSSText("shape-outside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)"
PASS getComputedStyleValue("shape-outside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)"
PASS getCSSText("shape-outside", "ellipse()") is "ellipse(at 50% 50%)"
-PASS getComputedStyleValue("shape-outside", "ellipse()") is "ellipse(closest-side closest-side at 50% 50%)"
+PASS getComputedStyleValue("shape-outside", "ellipse()") is "ellipse(at 50% 50%)"
PASS getCSSText("shape-outside", "ellipse(10px)") is "ellipse(10px at 50% 50%)"
-PASS getComputedStyleValue("shape-outside", "ellipse(10px)") is "ellipse(10px closest-side at 50% 50%)"
+PASS getComputedStyleValue("shape-outside", "ellipse(10px)") is "ellipse(10px at 50% 50%)"
PASS getCSSText("shape-outside", "ellipse(10px 20px)") is "ellipse(10px 20px at 50% 50%)"
PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px)") is "ellipse(10px 20px at 50% 50%)"
PASS getCSSText("shape-outside", "ellipse(10px at 10px)") is "ellipse(10px at 10px 50%)"
-PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px)") is "ellipse(10px closest-side at 10px 50%)"
+PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px)") is "ellipse(10px at 10px 50%)"
PASS getCSSText("shape-outside", "ellipse(10px 20px at 10px)") is "ellipse(10px 20px at 10px 50%)"
PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at 10px)") is "ellipse(10px 20px at 10px 50%)"
PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px)") is "ellipse(10px at 10px 10px)"
-PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px)") is "ellipse(10px closest-side at 10px 10px)"
+PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px)") is "ellipse(10px at 10px 10px)"
PASS getCSSText("shape-outside", "ellipse(at 10px)") is "ellipse(at 10px 50%)"
-PASS getComputedStyleValue("shape-outside", "ellipse(at 10px)") is "ellipse(closest-side closest-side at 10px 50%)"
+PASS getComputedStyleValue("shape-outside", "ellipse(at 10px)") is "ellipse(at 10px 50%)"
PASS getCSSText("shape-outside", "ellipse(at 10px 10px)") is "ellipse(at 10px 10px)"
-PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px)") is "ellipse(closest-side closest-side at 10px 10px)"
+PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px)") is "ellipse(at 10px 10px)"
PASS getCSSText("shape-outside", "ellipse(at top left)") is "ellipse(at 0% 0%)"
-PASS getComputedStyleValue("shape-outside", "ellipse(at top left)") is "ellipse(closest-side closest-side at 0% 0%)"
+PASS getComputedStyleValue("shape-outside", "ellipse(at top left)") is "ellipse(at 0% 0%)"
PASS getCSSText("shape-outside", "ellipse(at right bottom)") is "ellipse(at 100% 100%)"
-PASS getComputedStyleValue("shape-outside", "ellipse(at right bottom)") is "ellipse(closest-side closest-side at 100% 100%)"
+PASS getComputedStyleValue("shape-outside", "ellipse(at right bottom)") is "ellipse(at 100% 100%)"
PASS getCSSText("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(10px at 0% 10px)"
-PASS getComputedStyleValue("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(10px closest-side at 0% 10px)"
+PASS getComputedStyleValue("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(10px at 0% 10px)"
PASS getCSSText("shape-outside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px at 10px 10px)"
-PASS getComputedStyleValue("shape-outside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px closest-side at 10px 10px)"
+PASS getComputedStyleValue("shape-outside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px at 10px 10px)"
PASS getCSSText("shape-outside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px at right 10px bottom 10px)"
-PASS getComputedStyleValue("shape-outside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px closest-side at right 10px bottom 10px)"
+PASS getComputedStyleValue("shape-outside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px at right 10px bottom 10px)"
PASS getCSSText("shape-outside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at 0% 10px)"
PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at 0% 10px)"
PASS getCSSText("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at 10px 10px)"
PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at 10px 10px)"
PASS getCSSText("shape-outside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)"
PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)"
+PASS getCSSText("shape-outside", "ellipse(closest-side closest-side at 50px 50px)") is "ellipse(at 50px 50px)"
+PASS getComputedStyleValue("shape-outside", "ellipse(closest-side closest-side at 50px 50px)") is "ellipse(at 50px 50px)"
+PASS getCSSText("shape-outside", "ellipse(farthest-side farthest-side at 50px 50px)") is "ellipse(farthest-side farthest-side at 50px 50px)"
+PASS getComputedStyleValue("shape-outside", "ellipse(farthest-side farthest-side at 50px 50px)") is "ellipse(farthest-side farthest-side at 50px 50px)"
+PASS getCSSText("shape-outside", "ellipse(closest-side farthest-side at 50px 50px)") is "ellipse(closest-side farthest-side at 50px 50px)"
+PASS getComputedStyleValue("shape-outside", "ellipse(closest-side farthest-side at 50px 50px)") is "ellipse(closest-side farthest-side at 50px 50px)"
+PASS getCSSText("shape-outside", "ellipse(farthest-side closest-side at 50px 50px)") is "ellipse(farthest-side at 50px 50px)"
+PASS getComputedStyleValue("shape-outside", "ellipse(farthest-side closest-side at 50px 50px)") is "ellipse(farthest-side at 50px 50px)"
PASS getCSSText("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(10px 20px, 30px 40px, 40px 50px)"
PASS getComputedStyleValue("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(10px 20px, 30px 40px, 40px 50px)"
PASS getCSSText("shape-outside", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)"
« no previous file with comments | « no previous file | LayoutTests/fast/shapes/parsing/parsing-test-utils.js » ('j') | Source/core/css/CSSBasicShapes.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698