1AUTHOR = "Chromium OS Team" 2NAME = "security_RendererSandbox" 3PURPOSE = "Basic check to ensure renderer is sandboxed/jailed in Chromium OS." 4CRITERIA = """ 5This test will fail if (a) no renderer is found or (b) the requested URL is not 6sandboxed/jailed. 7""" 8TIME = "SHORT" 9ATTRIBUTES = "suite:security" 10SUITE = "security" 11TEST_CATEGORY = "Security" 12TEST_CLASS = "security" 13TEST_TYPE = "client" 14 15DOC = """ 16This test simply checks if a page is loaded within the sandboxed/jailed 17environment inside Chromium OS. 18""" 19 20job.run_test("security_RendererSandbox") 21