chromium/content/test/data/x-frame-options-deny.html

<!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>