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

Side by Side Diff: client/site_tests/security_RendererSandbox/control

Issue 2822047: Test for browser sandbox (Issue 4530) (Closed) Base URL: ssh://gitrw.chromium.org/autotest.git
Patch Set: Fixing a few small stylistic bits Created 10 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | client/site_tests/security_RendererSandbox/security_RendererSandbox.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 AUTHOR = "Chromium OS Team"
2 NAME = "security_RendererSandbox"
3 PURPOSE = "Basic check to ensure renderer is sandboxed/jailed in Chromium OS."
4 CRITERIA = """
5 This test will fail if (a) no renderer is found or (b) the requested URL is not
6 sandboxed/jailed.
7 """
8 TIME = "SHORT"
9 TEST_CATEGORY = "Security"
10 TEST_CLASS = "security"
11 TEST_TYPE = "client"
12
13 DOC = """
14 This test simply checks if a page is loaded within the sandboxed/jailed
15 environment inside Chromium OS.
16 """
17
18 job.run_test("security_RendererSandbox")
OLDNEW
« no previous file with comments | « no previous file | client/site_tests/security_RendererSandbox/security_RendererSandbox.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698