| 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..7fa3eaebc2077e9c7f3d29d000807a3e51de1244 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py
|
| @@ -40,8 +40,7 @@ Rules for importing:
|
| refresh files periodically. This can be overridden with the --no-overwrite flag.
|
|
|
| * 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).
|
| + 1. All CSS properties requiring the -webkit- vendor prefix are prefixed.
|
| 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
|
|
|