| Index: LayoutTests/http/tests/security/XFrameOptions/resources/x-frame-options-parent-same-origin-ancestor.html
|
| diff --git a/LayoutTests/http/tests/security/XFrameOptions/resources/x-frame-options-parent-same-origin-ancestor.html b/LayoutTests/http/tests/security/XFrameOptions/resources/x-frame-options-parent-same-origin-ancestor.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d8fc85630c864bc3fe4ff3440163161565c01a13
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/security/XFrameOptions/resources/x-frame-options-parent-same-origin-ancestor.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| +</head>
|
| +<body>
|
| + <p>The inner frame should not render any content, as this frame is cross-origin.</p>
|
| + <iframe src="http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-parent-same-origin-deny.cgi"></iframe>
|
| +</body>
|
| +</html>
|
|
|