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

Unified Diff: third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing-expected.txt

Issue 2917573002: CSS Custom Properties: Angles do not support unitless 0 (Closed)
Patch Set: remove obsolete test Created 3 years, 7 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: third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing-expected.txt b/third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing-expected.txt
index b3e40cf6a0ce74bbfa95ceb28b69a5fb28b14d86..7cac70fa7073e07d3a4333d975693c42a87a3ac1 100644
--- a/third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing-expected.txt
+++ b/third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing-expected.txt
@@ -112,6 +112,7 @@ PASS syntax:'<percentage>', initialValue:'0' is invalid
PASS syntax:'<integer>', initialValue:'1.0' is invalid
PASS syntax:'<integer>', initialValue:'1e0' is invalid
PASS syntax:'<number>|foo', initialValue:'foo var(--foo, bla)' is invalid
+PASS syntax:'<angle>', initialValue:'0' is invalid
PASS syntax:'<angle>', initialValue:'10%' is invalid
PASS syntax:'<time>', initialValue:'2px' is invalid
PASS syntax:'<resolution>', initialValue:'10' is invalid

Powered by Google App Engine
This is Rietveld 408576698