haikuwebkit/LayoutTests/fast/sandbox/ios/sandbox-mach-lookup-attachm...

16 lines
631 B
HTML

<!DOCTYPE html><!-- webkit-test-runner [ AttachmentElementEnabled=true ] -->
<html>
<head>
<script src="../../../resources/js-test-pre.js"></script>
<script>
description('Test that the WebContent process has mach lookup access to frontboard and icon services when the attachment element is enabled');
if (window.internals) {
shouldBeTrue("internals.hasSandboxMachLookupAccessToGlobalName('com.apple.WebKit.WebContent', 'com.apple.frontboard.systemappservices')");
shouldBeTrue("internals.hasSandboxMachLookupAccessToGlobalName('com.apple.WebKit.WebContent', 'com.apple.iconservices')");
}
</script>
</head>
<body>
</body>