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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py

Issue 2620883002: Convert Settings.in, CSSValueKeywords.in, SVGCSSValueKeywords.in to json5 (Closed)
Patch Set: Convert CSSProperties.in to json5 format Created 3 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: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py
index 12b0235808a21a6dfc033474e8b8d16febfdfa49..b8c31d0e764f565e6c71d4fe27018995668eb642 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py
@@ -41,7 +41,7 @@ Rules for importing:
* All files are converted to work in Blink:
1. All CSS properties requiring the -webkit- vendor prefix are prefixed
- (the list of what needs prefixes is read from Source/core/css/CSSProperties.in).
+ (the list of what needs prefixes is read from Source/core/css/CSSProperties.json5).
2. Each reftest has its own copy of its reference file following
the naming conventions new-run-webkit-tests expects.
3. If a reference files lives outside the directory of the test that

Powered by Google App Engine
This is Rietveld 408576698