| 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
|
|
|