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

Unified Diff: third_party/WebKit/Source/devtools/package.json

Issue 2661573002: DevTools: skip specific tests for backwards compatibility testing (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/Source/devtools/package.json
diff --git a/third_party/WebKit/Source/devtools/package.json b/third_party/WebKit/Source/devtools/package.json
index d065909124997ffb90bb5b06e9f9cd891c513302..1e2519f136129c5ea7f90a6d804a02b69df3434e 100644
--- a/third_party/WebKit/Source/devtools/package.json
+++ b/third_party/WebKit/Source/devtools/package.json
@@ -7,6 +7,7 @@
"server": "node scripts/hosted_mode/server.js",
"test": "node scripts/npm_test.js",
"debug-test": "node scripts/npm_test.js --debug-devtools",
+ "compat-test": "node scripts/npm_test.js --compat-protocol=1.2",
"lint": "eslint front_end",
"format": "node scripts/format.js",
"closure": "python scripts/compile_frontend.py",

Powered by Google App Engine
This is Rietveld 408576698