blob: 85d66f660ab8c4d1150868d75d1c7d981a4f0819 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="support/frame-ancestors-test.sub.js"></script>
</head>
<body>
<script>
test = async_test("A 'frame-ancestors' CSP directive with a value '*' should render in nested frames.");
testNestedIFrame("*", CROSS_ORIGIN, SAME_ORIGIN, EXPECT_LOAD);
</script>
</body>
</html>