Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py |
index efcb483793b71d0e490f4aefb5fef9eef41ac658..7a8e290355553d7117ffd4de019302010904074e 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py |
@@ -6,9 +6,9 @@ |
and the web-platform-tests repo. |
TODO(jeffcarp): does not handle reverted changes right now |
-TODO(jeffcarp): it also doesn't handle changes to -expected.html files |
-TODO(jeffcarp): Currently this script only does export; also add an option |
-import as well. |
+TODO(jeffcarp): Currently this script only does export; also add an option to import as well. |
+TODO(jeffcarp): have the script running this fetch Chromium origin/master |
+TODO(jeffcarp): move WPT fetch out of its constructor to match planned ChromiumWPT pattern |
qyearsley
2017/01/10 23:07:16
Nit: Capitalize initial words and add periods; opt
jeffcarp
2017/01/11 01:34:32
Good point, I filed bugs for all these and deleted
|
""" |
import argparse |