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

Unified Diff: chrome/test/functional/policy_prefs_ui.py

Issue 8395044: Disable the Developer Tools when Javascript is disabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 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
« no previous file with comments | « chrome/test/functional/policy.py ('k') | chrome/test/pyautolib/pyautolib.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/policy_prefs_ui.py
diff --git a/chrome/test/functional/policy_prefs_ui.py b/chrome/test/functional/policy_prefs_ui.py
index 57fb09fe60e24075c43aa378f8739cef4f0bf62e..10a6248ac442ad94d93d89f63b79b69f8aa98210 100644
--- a/chrome/test/functional/policy_prefs_ui.py
+++ b/chrome/test/functional/policy_prefs_ui.py
@@ -80,8 +80,7 @@ class PolicyPrefsUITest(pyauto.PyUITest):
'DnsPrefetchingEnabled': (False, [ ADVANCED ]),
'DisableSpdy': (True, []),
'DisabledSchemes': ( ['file' ], []),
- # TODO(joaodasilva): Should be CONTENT. http://crbug.com/102136
- 'JavascriptEnabled': (False, []),
+ 'JavascriptEnabled': (False, [ CONTENT ]),
'IncognitoEnabled': (False, []),
'IncognitoModeAvailability': (1, []),
'SavingBrowserHistoryDisabled': (True, []),
« no previous file with comments | « chrome/test/functional/policy.py ('k') | chrome/test/pyautolib/pyautolib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698