2 Test that a
304 response for a resource with an X-Frame-Options header doesn't cause us to crash.
4 if (window
.testRunner
) {
5 testRunner
.dumpAsText();
6 testRunner
.waitUntilDone();
14 testRunner
.notifyDone();
18 document
.body
.removeChild(document
.body
.lastChild
);
19 var iframe
= document
.createElement("iframe");
20 iframe
.src
= "resources/x-frame-options.php"
21 document
.body
.appendChild(iframe
);
24 <iframe src=
"resources/x-frame-options.php"></iframe>