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

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

Issue 98723006: Parse new circle shape syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix stated issues Created 7 years 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 8c6404624fba86251d46dab270df9f22d2c962b9..1e4eef0235096be08c4599d0b958463619a9fd27 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
@@ -19,6 +19,30 @@ PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 1
PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
PASS getCSSText("shape-outside", "circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)"
PASS getComputedStyleValue("shape-outside", "circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)"
+PASS getCSSText("shape-outside", "circle()") is "circle()"
+PASS getComputedStyleValue("shape-outside", "circle()") is "circle(closest-side at 50% 50%)"
+PASS getCSSText("shape-outside", "circle(10px)") is "circle(10px)"
+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%)"
+PASS getComputedStyleValue("shape-outside", "circle(10px at 10px)") is "circle(10px at 10px 50%)"
+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 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 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 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 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 getCSSText("shape-outside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 10px)"
+PASS getComputedStyleValue("shape-outside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 10px)"
+PASS getCSSText("shape-outside", "circle(10px at top 10px left 10px)") is "circle(10px at left 10px top 10px)"
+PASS getComputedStyleValue("shape-outside", "circle(10px at top 10px left 10px)") is "circle(10px at left 10px top 10px)"
+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(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)"
PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)"
PASS getCSSText("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"
@@ -81,16 +105,26 @@ PASS getCSSText("shape-outside", "inset-rectangle(10px 20px 30px 40px)") is ""
PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px 20px 30px 40px)") is "auto"
PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is ""
PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "auto"
-PASS getCSSText("shape-outside", "circle()") is ""
-PASS getComputedStyleValue("shape-outside", "circle()") is "auto"
-PASS getCSSText("shape-outside", "circle(10px)") is ""
-PASS getComputedStyleValue("shape-outside", "circle(10px)") is "auto"
PASS getCSSText("shape-outside", "circle(10px, 20px)") is ""
PASS getComputedStyleValue("shape-outside", "circle(10px, 20px)") is "auto"
PASS getCSSText("shape-outside", "circle(10px 20px 30px)") is ""
PASS getComputedStyleValue("shape-outside", "circle(10px 20px 30px)") is "auto"
PASS getCSSText("shape-outside", "circle(10px, 20px, 30px, 40px)") is ""
PASS getComputedStyleValue("shape-outside", "circle(10px, 20px, 30px, 40px)") is "auto"
+PASS getCSSText("shape-outside", "circle(10px 20px)") is ""
+PASS getComputedStyleValue("shape-outside", "circle(10px 20px)") is "auto"
+PASS getCSSText("shape-outside", "circle(10px at 10px 10px 10px)") is ""
+PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px 10px)") is "auto"
+PASS getCSSText("shape-outside", "circle(10px at 10px 10px at center)") is ""
+PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px at center)") is "auto"
+PASS getCSSText("shape-outside", "circle(10px at center center 10px)") is ""
+PASS getComputedStyleValue("shape-outside", "circle(10px at center center 10px)") is "auto"
+PASS getCSSText("shape-outside", "circle(at 10px 10px 10px)") is ""
+PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px 10px)") is "auto"
+PASS getCSSText("shape-outside", "circle(at 10px 10px at center)") is ""
+PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px at center)") is "auto"
+PASS getCSSText("shape-outside", "circle(at center center 10px)") is ""
+PASS getComputedStyleValue("shape-outside", "circle(at center center 10px)") is "auto"
PASS getCSSText("shape-outside", "ellipse()") is ""
PASS getComputedStyleValue("shape-outside", "ellipse()") is "auto"
PASS getCSSText("shape-outside", "ellipse(10px)") is ""

Powered by Google App Engine
This is Rietveld 408576698