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

Unified Diff: third_party/WebKit/Source/devtools/layout_tests/VirtualTestSuites

Issue 2454323004: Make layout test harness extensible with custom layout tests directory (Closed)
Patch Set: move apache config to Tools/Scripts Created 4 years, 1 month 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/Source/devtools/layout_tests/VirtualTestSuites
diff --git a/third_party/WebKit/Source/devtools/layout_tests/VirtualTestSuites b/third_party/WebKit/Source/devtools/layout_tests/VirtualTestSuites
new file mode 100644
index 0000000000000000000000000000000000000000..c4906dbe3ac242f52e473aea1acec2cf91a81e53
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/layout_tests/VirtualTestSuites
@@ -0,0 +1,7 @@
+[
+ {
+ "prefix": "threaded",
+ "base": "inspector/tracing",
+ "args": ["--enable-threaded-compositing"]
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698