OLD | NEW |
---|---|
(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") | |
OLD | NEW |