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 115253003: Layout support for new circle shape syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update virtual/legacy-animations-engine/animations/interpolation/shape-outside-expected.txt 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 1e4eef0235096be08c4599d0b958463619a9fd27..6263939063cad3be4279ba15f30c88c07e1ad53f 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
@@ -21,6 +21,10 @@ PASS getCSSText("shape-outside", "circle(10px, 20px, 30px)") is "circle(10px, 20
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(farthest-side)") is "circle(farthest-side)"
+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)"
+PASS getComputedStyleValue("shape-outside", "circle(closest-side)") 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%)"

Powered by Google App Engine
This is Rietveld 408576698