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

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: Use FloatSize/FloatPoint's more Created 6 years, 11 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-test-utils.js
diff --git a/LayoutTests/fast/shapes/parsing/parsing-test-utils.js b/LayoutTests/fast/shapes/parsing/parsing-test-utils.js
index 3a17343470b5587a79ba262dd4aef7d800394f4d..00ac671c00d07c9e2bbe9acaf1dfdb37e78aa725 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 this test once we do not support the deprecated CSS Shapes syntax anymore.
["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