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

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

Issue 191553003: [CSS Shapes] CSS parser accepts trailing position arguments (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Upload first version Created 6 years, 9 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 28658e58319ad0f0f50887bfb11ab221de0febd5..827d3c7b28a5ebf376b04b5a76925c8c81756aa9 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-test-utils.js
+++ b/LayoutTests/fast/shapes/parsing/parsing-test-utils.js
@@ -143,6 +143,8 @@ var invalidShapeValues = [
"circle(at 10px 10px at center)",
"circle(at center center 10px)",
+ "circle(at 10px 10px closest-side)",
+
"ellipse(10px, 20px)", // FIXME: Remove this test once we do not support the deprecated CSS Shapes syntax anymore.
"ellipse(10px, 20px, 30px)", // FIXME: Remove this test once we do not support the deprecated CSS Shapes syntax anymore.
"ellipse(10px 20px 30px 40px)", // FIXME: Remove this test once we do not support the deprecated CSS Shapes syntax anymore.

Powered by Google App Engine
This is Rietveld 408576698