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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/manifest

Issue 2635283002: Import csswg-test@bc8209834436f49df0511b3b440faece186e64b5 (Closed)
Patch Set: 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/LayoutTests/imported/csswg-test/manifest
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/manifest b/third_party/WebKit/LayoutTests/imported/csswg-test/manifest
new file mode 100755
index 0000000000000000000000000000000000000000..09927fda8feace4c95b663904fac3f149164e60b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/manifest
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+import os
+import sys
+
+from wpt_tools.manifest import update
+
+update.main(default_tests_root=
+ os.path.abspath(os.path.dirname(__file__)))

Powered by Google App Engine
This is Rietveld 408576698