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

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

Issue 16021006: Update comments, tests after r151126. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/w3c/test_importer.py
diff --git a/Tools/Scripts/webkitpy/w3c/test_importer.py b/Tools/Scripts/webkitpy/w3c/test_importer.py
index 71494b9ff3d42e34f04f9199d1a0138c0895311a..5527fa56ed27ddb2b0e3415d44d4fc773df1fae3 100644
--- a/Tools/Scripts/webkitpy/w3c/test_importer.py
+++ b/Tools/Scripts/webkitpy/w3c/test_importer.py
@@ -65,13 +65,13 @@
This can also be overridden by a -n or --no-overwrite flag
- All files are converted to work in WebKit:
- 2. Paths to testharness.js files are modified point to Webkit's copy of them in
+ 1. Paths to testharness.js files are modified point to Webkit's copy of them in
LayoutTests/resources, using the correct relative path from the new location
- 3. All CSS properties requiring the -webkit-vendor prefix are prefixed - this current
+ 2. All CSS properties requiring the -webkit-vendor prefix are prefixed - this current
list of what needs prefixes is read from Source/WebCore/CSS/CSSProperties.in
- 4. Each reftest has its own copy of its reference file following the naming conventions
+ 3. Each reftest has its own copy of its reference file following the naming conventions
new-run-webkit-tests expects
- 5. If a reference files lives outside the directory of the test that uses it, it is checked
+ 4. If a reference files lives outside the directory of the test that uses it, it is checked
for paths to support files as it will be imported into a different relative position to the
test file (in the same directory)
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698