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

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 2253653002: Only allow HTTP/0.9 support on default ports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unrelated changes to random file (Where did they come from???) Created 4 years, 4 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: chrome/test/data/policy/policy_test_cases.json
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
index 6b1f257ae508562caf09e728f17c0209e0758796..1ec2f713f7d68352aa4c043306d2469f5ff84024 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -155,6 +155,11 @@
]
},
+ "Http09OnNonDefaultPortsEnabled": {
+ "os": ["win", "linux", "mac", "chromeos"],
+ "test_policy": { "Http09OnNonDefaultPortsEnabled": true }
+ },
+
"JavascriptEnabled": {
"os": ["win", "linux", "mac", "chromeos"],
"test_policy": { "JavascriptEnabled": false },

Powered by Google App Engine
This is Rietveld 408576698