Index: content/test/data/x-frame-options-deny.html |
diff --git a/content/test/data/x-frame-options-deny.html b/content/test/data/x-frame-options-deny.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..25d9db11720b5f61cafd0cbd4782694354cb49f3 |
--- /dev/null |
+++ b/content/test/data/x-frame-options-deny.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+<title>This page should NOT load in a frame</title> |
+</head> |
+<body> |
+This page cannot be loaded in an iframe because its X-Frame-Options is set to DENY. |
+</body> |
+</html> |
+ |