gecko-dev/security/sandbox/test/browser.ini
Haik Aftandilian fcb3b190fe Bug 1432567 - [Mac] Add a test that renders fonts from non-standard directories r=jfkthame
Adds a test to validate that content sandboxing is allowing content
processes to access fonts from non-standard locations on the
filesystem. The test copies the Fira Sans font to the root of the
home directory and renders a page that should use Fira Sans when it
is installed and registered with the OS. The test checks for the use
of the ".LastResort" font which is an indication of the the content
process failing to load the font.

MozReview-Commit-ID: GPWqHdF3vhG

--HG--
extra : rebase_source : c0ea283d496517812202d068c610bdcc0ece640d
2018-05-22 12:31:03 -07:00

20 lines
534 B
INI

# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/
[DEFAULT]
tags = contentsandbox
support-files =
browser_content_sandbox_utils.js
mac_register_font.py
../../../layout/reftests/fonts/fira/FiraSans-Regular.otf
[browser_content_sandbox_fs.js]
skip-if = !e10s || (debug && os == 'win') # bug 1379635
[browser_content_sandbox_syscalls.js]
skip-if = !e10s
[browser_bug1393259.js]
support-files =
bug1393259.html
skip-if = !e10s || (os != 'mac') # This is a Mac-specific test