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

Unified Diff: LayoutTests/fast/shapes/parsing/parsing-test-utils.js

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-test-utils.js
diff --git a/LayoutTests/fast/shapes/parsing/parsing-test-utils.js b/LayoutTests/fast/shapes/parsing/parsing-test-utils.js
index b9b1b2ef0ef43b16d080602bfd0a2aaf0bbd6be4..77eeefd9ad9ea658278bf08371a6439183702877 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-test-utils.js
+++ b/LayoutTests/fast/shapes/parsing/parsing-test-utils.js
@@ -17,6 +17,8 @@ var validShapeValues = [
"circle(10px, 20px, 30px)", // FIXME remove with deprecated circle
["circle()", "circle()", "circle(closest-side at 50% 50%)"],
+ ["circle(farthest-side)", "circle(farthest-side)", "circle(farthest-side at 50% 50%)"],
+ ["circle(closest-side)", "circle(closest-side)", "circle(closest-side at 50% 50%)"],
["circle(10px)", "circle(10px)", "circle(10px at 50% 50%)"],
["circle(10px at 10px)", "circle(10px at 10px 50%)"],
"circle(10px at 10px 10px)",

Powered by Google App Engine
This is Rietveld 408576698